﻿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
13865	decoupling app from project in tutorial part 3	Ralf	nobody	"At the end of the tutorial, part 3, there is an example of decoupling the app ""polls"" from the project ""mysite"".
The URLconf-pattern is written as

{{{urlpatterns = patterns('mysite.polls.views',}}}

This way, the app ist still coupled to the project. I tried

{{{urlpatterns = patterns('polls.views',}}}

and it works!
If this a feature, you should document this in the tutorial and in the URlDispatcher

Thanks for the great product Django

Ralf
"		closed	Documentation	1.2		duplicate	documentation, tutorial, URLconf		Unreviewed	0	0	0	0	0	0
