#13865: decoupling app from project in tutorial part 3
----------------------------------------------+-----------------------------
 Reporter:  Ralf                              |       Owner:  nobody    
   Status:  new                               |   Milestone:            
Component:  Documentation                     |     Version:  1.2       
 Keywords:  documentation, tutorial, URLconf  |       Stage:  Unreviewed
Has_patch:  0                                 |  
----------------------------------------------+-----------------------------
 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

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13865>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to