#9930: An error in part three of Django's tutorial.
------------------------------------+---------------------------------------
Reporter: crazy2k | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: 1.0
Resolution: | Keywords: tutorial regular
expression strip urls
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by crazy2k):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Also, it says
"The idea behind include() and URLconf decoupling is to make it easy to
plug-and-play URLs. Now that polls are in their own URLconf, they can be
placed under "/polls/", or under "/fun_polls/", or under
"/content/polls/", or any other URL root, and the app will still work."
That's not entirely true, is it? The first argument to patterns() in
"/[polls|fun_polls|etc]/urls.py" and the path given to "include()" in the
project's main urls.py would also have to be changed if the URLconf file
for the app is moved.
--
Ticket URL: <http://code.djangoproject.com/ticket/9930#comment:1>
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
-~----------~----~----~----~------~----~------~--~---