Search code examples
djangodjango-admincustomization

How can i fully customize sidebar_menu in django admin panel?


I don't know any way how can I overright sidebar_menu.html or create some progress to customize it.

so can i get some hits what can i do for coustomize?


Solution

  • You can override many of the templates which the admin module uses to generate the various pages of an admin site. You can even override a few of these templates for a specific app, or a specific model.

    Read the Docs of Django. e.g. Overriding admin templates