#7709: Tutorial: Decoupling the URLconfs ---------------------------+------------------------------------------------ Reporter: element103 | Owner: nobody Status: new | Milestone: Component: Documentation | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ In the 3rd page of the tutorial, when we're decoupling the URLconfs, we take out all the 'polls/' in the regexes, but the prefix in patterns() is still 'mysite.polls.views'. Shouldn't this be just 'polls.views' to really decouple it from the parent project? Sorry if this isn't right, I'm relatively new to Django.
-- Ticket URL: <http://code.djangoproject.com/ticket/7709> Django Code <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 -~----------~----~----~----~------~----~------~--~---
