#12218 closed (fixed)
Tutorial part 3 : url decoupling is incomplete
Reported by: | master | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
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 http://docs.djangoproject.com/en/dev/intro/tutorial03/, section "Decoupling the URLconfs" :
Get a real decoupling by changing:
urlpatterns = patterns('mysite.polls.views',
to:
urlpatterns = patterns('polls.views',
Change History (3)
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Resolution: | duplicate → fixed |
---|
Note:
See TracTickets
for help on using tickets.
This ticket hsa been filed about 20 times at this point. Please search trac before filing a new ticket.