#14326: packages not properly decoupled from project in tutorial
----------------------------------------------+-----------------------------
 Reporter:  bestform <webmas...@tonstube.de>  |       Owner:  nobody    
   Status:  new                               |   Milestone:            
Component:  Documentation                     |     Version:  1.2       
 Keywords:  decoupling urlconf packages       |       Stage:  Unreviewed
Has_patch:  0                                 |  
----------------------------------------------+-----------------------------
 On http://docs.djangoproject.com/en/dev/intro/tutorial03/ you write about
 decoupling the urlconfs. The package you use in the decoupled urlconf
 still has the project name in it, which in my opinion it shouldn't,
 because it wouldn't be decoupled properly this way.
 The same is true for the import of the Poll model earlier, where you use
 {{{from mysite.polls.models import Poll}}} instead of the relative form
 {{{from models import Poll}}}.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14326>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to