﻿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
7442	docs about decoupling urls doesn't decouple all the way	siva_	nobody	"Go here:
http://www.djangoproject.com/documentation/tutorial03/

Look at the bottom where it says:
""Now that we’ve decoupled that, we need to decouple the ‘mysite.polls.urls’ urlconf by removing the leading “polls/” from each line:""

Ok, that's fine, but in order for ""polls"" app to be decoupled completely from ""mysite"" project, this line:
urlpatterns = patterns('mysite.polls.views',

has to change to:
urlpatterns = patterns('polls.views',"		closed	Documentation	dev		wontfix			Unreviewed	0	0	0	0	0	0
