﻿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
16441	Tutorial step1: Enable the project	cesare.montresor@…	nobody	"It's about django-nonrel for appengine, I don't know if this applies to all the cases.

I got trouble in following this documentation because for me was missing a step, that I have fixed it by guessing.
For my experience, would be nice to add at the end of the paragraph [https://docs.djangoproject.com/en/1.2/intro/tutorial01/#creating-a-project Creating a project] the instructions to alter the main urls.py to route the requests into the project ""mysite""


...
Make sure that your <project>/urls.py contains a row that look like this:

{{{

 (r'^mysite/', include('mysite.urls')),

}}}

"	New feature	closed	Documentation	1.2	Normal	invalid			Unreviewed	0	0	0	0	0	0
