December 2018
Beginner to intermediate
796 pages
19h 54m
English
Many users of the admin interface might be stumped by the heading—Django administration. It might be more helpful to change this to something customized, such as MySite Admin, or something cool, such as SuperBook Secret Area.
It is quite easy to make this change. Simply add the following line to your site's urls.py:
admin.site.site_header = "SuperBook Secret Area"
Read now
Unlock full access