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] Docs@DjangoProject, AdminSite objects
[2] samurailawngnome@StackOverflow, Django Admin - change header 'Django administration' text