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?

Change History (1)

comment:1 by Jeff Anderson, 16 years ago

Resolution: duplicate
Status: newclosed

Dup of #7442

Note: See TracTickets for help on using tickets.
Back to Top