﻿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
32950	"Remove ""myproject"" from imports in docs"	Ken Whitesell	Abhyudai	"The first example in the section for [https://docs.djangoproject.com/en/3.2/ref/contrib/admin/#django.contrib.admin.ModelAdmin class ModelAdmin] has the following line:

{{{
#!python
from myproject.myapp.models import Author
}}}
(There are multiple occurrences of this on this page.)
Is it proper to specify the ""myproject"" path component here? 

It looks to me like this would only be valid if the manage.py file were located ""above"" the myproject directory, which is different from where the startproject command places it.
"	Bug	closed	Documentation	3.2	Normal	fixed	ModelAdmin		Ready for checkin	1	0	0	0	1	0
