Opened 16 years ago
Closed 16 years ago
#7660 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
On page 3 of the tutorial, under the 'Decoupling the URLconfs' section, we remove all the 'polls/' from the regexes, but the prefix is still 'mysite.polls.views'. Shouldn't this be 'polls.views' to truly decouple it from the 'mysite' level?
Note:
See TracTickets
for help on using tickets.
Dup of #7442