Custom Site_header
Simply
- Simply set the
site_header
in yoururls.py
oradmin.py
directly without subclassingAdminSite
:admin.site.site_header = 'My administration'
References
[1] [email protected], AdminSite objects
[2] [email protected], Django Admin - change header 'Django administration' text