Is it possible to set the default admin site class in the **settings.py**
file?
Like this,
{{{
DEFAULT_ADMIN_SITE = 'app.admin.CustomAdminSite'
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34289>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
Customisation via `AppConfig` is the preferred approach.
--
Ticket URL: <https://code.djangoproject.com/ticket/34289#comment:1>