summaryrefslogtreecommitdiff
path: root/django/conf/project_template/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/conf/project_template/urls.py')
-rw-r--r--django/conf/project_template/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/urls.py b/django/conf/project_template/urls.py
index fe77ea1867..4483014173 100644
--- a/django/conf/project_template/urls.py
+++ b/django/conf/project_template/urls.py
@@ -5,5 +5,5 @@ urlpatterns = patterns('',
# (r'^{{ project_name }}/', include('{{ project_name }}.apps.foo.urls.foo')),
# Uncomment this for admin:
-# (r'^admin/', include('django.contrib.admin.urls.admin')),
+# (r'^admin/', include('django.contrib.admin.urls')),
)