#9930: An error in part three of Django's tutorial.
------------------------------------+---------------------------------------
Reporter: crazy2k | Owner: nobody
Status: closed | Milestone:
Component: Documentation | Version: 1.0
Resolution: invalid | Keywords: tutorial regular
expression strip urls
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by lukeplant):
* status: new => closed
* resolution: => invalid
Comment:
First point: the tutorial is correct in the way it describes how include()
works, I can't think of any clearer way to explain it, so I'll just
presume you have misunderstood.
Second: It seems when you talk about 'moving' apps you are referring to
changing the 'Python path' of the app (where you import it from). If you
change the module hierarchy of an app, it is inevitable that you will have
to change anything that refers to it (whether using import statements or
dotted paths). But the tutorial is referring to changing where it is
'hosted' in the URL hierarchy, so the statement made about URLconf
decoupling is "entirely true".
Thanks.
--
Ticket URL: <http://code.djangoproject.com/ticket/9930#comment:2>
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
-~----------~----~----~----~------~----~------~--~---