Skip to content

Commit ce5c7b5

Browse files
committed
don't include app urls by default, may not be needed, fixes #3
1 parent d10dad0 commit ce5c7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_app/urls.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Uncomment the next line to enable the admin:
1717
# url(r'^admin/', include(admin.site.urls)),
1818

19-
url(r'^{{project_name}}/',
20-
include('{{project_name}}.urls', '{{project_name}}')),
19+
#url(r'^{{project_name}}/',
20+
# include('{{project_name}}.urls', '{{project_name}}')),
2121
)
2222
urlpatterns += staticfiles_urlpatterns()

0 commit comments

Comments
 (0)