mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.4.x] Fixed #19815 - Removed an unused import in tutorial 3.
Thanks pedro.calcao@ for the report.
This commit is contained in:
parent
dec7dd99f0
commit
9eb7d59665
@ -516,7 +516,7 @@ URLconf by removing the leading "polls/" from each line, and removing the
|
|||||||
lines registering the admin site. Your ``polls/urls.py`` file should now look like
|
lines registering the admin site. Your ``polls/urls.py`` file should now look like
|
||||||
this::
|
this::
|
||||||
|
|
||||||
from django.conf.urls import patterns, include, url
|
from django.conf.urls import patterns, url
|
||||||
|
|
||||||
urlpatterns = patterns('polls.views',
|
urlpatterns = patterns('polls.views',
|
||||||
url(r'^$', 'index'),
|
url(r'^$', 'index'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user