Opened 13 years ago
Closed 13 years ago
#17142 closed Uncategorized (duplicate)
missing defaults keyword in tutorial 3
Description ¶
In tutorial number 3, the "defaults" keyword is left out in the description to modify urls.py
should be
from django.conf.urls.defaults import patterns, include, url
Note:
See TracTickets
for help on using tickets.
Duplicate of #16252 I think. You're using the docs for the SVN version while using the 1.3 code.