We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10dad0 commit ce5c7b5Copy full SHA for ce5c7b5
test_app/urls.py
@@ -16,7 +16,7 @@
16
# Uncomment the next line to enable the admin:
17
# url(r'^admin/', include(admin.site.urls)),
18
19
- url(r'^{{project_name}}/',
20
- include('{{project_name}}.urls', '{{project_name}}')),
+ #url(r'^{{project_name}}/',
+ # include('{{project_name}}.urls', '{{project_name}}')),
21
)
22
urlpatterns += staticfiles_urlpatterns()
0 commit comments