Description
The ADMIN_INDEX_TITLE setting allows to customize the initial index page
title right after the Django Admin login.
You can specify the variable in the settings.py
file and set the title
you want to assign the index page.
Example
ADMIN_INDEX_TITLE = 'Index'