﻿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
30598	Create new files when overriding the default admin site.	Wayne Lambert	nobody	"Hi,

When I read the section in the docs called 'Overriding the default admin site', I was left wondering whether I needed to create an admin.py and apps.py file within the project folder. Let me explain...

Because a Django project has the folder level which contains settings.py and wsgi.py but does not contain apps.py and admin.py by default, but the documents say 'myproject/admin.py' (in the code block headings), this led me to believe that files needed to be created within the project folder (i.e. in the same location as settings.py).

If it is the intention to create new files in this location, I think the docs should say 'create new files called ...'

If it is the intention that it is an app's admin.py and apps.py files that should be amended, then I think that the block of code should have the headers of myapp/admin.py and myapp/apps.py

Docs Location: https://docs.djangoproject.com/en/2.2/ref/contrib/admin/#overriding-the-default-admin-site"	Cleanup/optimization	closed	Documentation	2.2	Normal	wontfix	admin, override		Unreviewed	0	0	0	0	0	0
