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 4483014173..402dd6536b 100644
--- a/django/conf/project_template/urls.py
+++ b/django/conf/project_template/urls.py
@@ -2,7 +2,7 @@ from django.conf.urls.defaults import *
urlpatterns = patterns('',
# Example:
- # (r'^{{ project_name }}/', include('{{ project_name }}.apps.foo.urls.foo')),
+ # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),
# Uncomment this for admin:
# (r'^admin/', include('django.contrib.admin.urls')),