﻿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
11464	tutorial part 3: recommend removing 'mysite' from view prefix in polls specific urls.py	cid	nobody	"At the bottom of [http://docs.djangoproject.com/en/dev/intro/tutorial03/#decoupling-the-urlconfs Tutorial part 3] where user is learning how to include app-specific urls (from the 'polls' app), the new included urls.py file (in polls app) starts with:

{{{
urlpatterns = patterns('mysite.polls.views', ...
}}}


Presumably 'mysite' should be removed from the patterns view prefix at this point to really decouple the app from the project. I tried doing that and it worked (changing ""mysite.polls.views"" to just ""polls.views"").
"		closed	Documentation	1.0		wontfix			Unreviewed	0	0	0	0	0	0
