Description

The ADMIN_SITE_TITLE setting allows to customize the Django Admin text shown in the title bar of the Django Admin pages. You can specify the variable in the settings.py file and set the title you want to assign to the pages.

Example

ADMIN_SITE_TITLE = 'Title'

Headers