﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34289	Settings to override the default admin site	Al Mahdi	nobody	"The current way [https://docs.djangoproject.com/en/4.1/ref/contrib/admin/#overriding-the-default-admin-site] to override the default admin site is not so convenient.

Is it possible to set the default admin site class in the **settings.py** file?

Like this,

{{{
DEFAULT_ADMIN_SITE = 'app.admin.CustomAdminSite'
}}}
"	Cleanup/optimization	closed	contrib.admin	4.2	Normal	wontfix			Unreviewed	0	0	0	0	0	0
