﻿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
12126	"Tutorial part 3: ""Decoupling the URLconfs"" looks weird (doesn't really decouple)"	Bjoern	nobody	"In the tutorial 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, and removing the lines registering the admin site:

urlpatterns = patterns('mysite.polls.views',
...


This seems weird to me, because with ""mysite.polls.views"", the app still seems to be tightly coupled to the project (""mysite""). I could be mistaken, though - only just learning Django."		closed	Documentation	1.1		duplicate			Unreviewed	0	0	0	0	0	0
