#12218 closed (fixed)
Tutorial part 3 : url decoupling is incomplete
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.