Description

The ADMIN_SITE_HEADER setting allows to customize the Django Admin website header and the title you’ll be shown at the login request. You can specify the variable in the settings.py file and set the title you want to assign to the pages.

Example

ADMIN_SITE_HEADER = 'Header'

Headers