Replacing django-admin's bootstrap theme's default logo
问题 I have generated a django-admin for my app and I can access the dashboard. But it contains a logo that says "django admin". I want to change it to my own custom logo. How can I do that? I have tried adding a base.html file to admin directory and tried to override but for some reason it's not working. It's code is as follows: {% extends "admin/base.html" %} {% load theming_tags %} {% load staticfiles %} {% block blockbots %} {{ block.super }} {# Using blockbots ensures theming css comes after