Opened 16 years ago
Closed 16 years ago
#7709 closed (duplicate)
Tutorial: Decoupling the URLconfs
Reported by: | Lawrence Chan | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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.
Note:
See TracTickets
for help on using tickets.
#7660, #7442