Search code examples
djangodjango-templatesdjango-admindjango-staticfiles

How to add a logo to the site index bar using django


Can anyone help me on how to add a logo to the index bar in Django-admin site? 1


Solution

  • Your Question is answered here. You have to override Django base.html template and put it under the admin directory.

    https://stackoverflow.com/a/44428576/7122788