﻿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
19506	Minor Error in 1.4 ePub Doc?	moc@…	nobody	"Hi,

I am the proverbial ""newby""; I hope that I am being of assistance rather than being an annoyance. 

On about page 178 in the Using Django---Models and Databases---Using models subsubsection it states:

----

For example, if the models for your application live in the module mysite.myapp.models (the package structure that is created for an application by the manage.py startapp script), INSTALLED_APPS should read, in part:

INSTALLED_APPS = (
    #...
    'mysite.myapp',
    #...
)

----

My understanding, which comes from the 4-part tutorial at the beginning, is that the ""mysite."" shouldn't be there. You say, in the tutorial, that Django doesn't care what you name the folder that the project is in--- only the inner mysite name must be kept the same. Paths are evidently referenced to the outer mysite directory, which does contain a directory myapp which contains the models.py file, all of which means that we don't include the name of the outer directory in the path. 

I have tested this by trying your version with mysite.myapp and it doesn't work. Just 'myapp' alone works.

Thanks so much for your good work,

-Mike O'Connor
Shelton, WA"	Uncategorized	closed	Documentation	1.4	Normal	fixed	INSTALLED_APPS, models.py		Unreviewed	0	0	0	0	1	0
