We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9964a20 + 41623ac commit 28257abCopy full SHA for 28257ab
example/urls.py
@@ -8,7 +8,7 @@
8
url(r'^jquery/$', TemplateView.as_view(template_name='jquery/index.html')),
9
url(r'^mootools/$', TemplateView.as_view(template_name='mootools/index.html')),
10
url(r'^prototype/$', TemplateView.as_view(template_name='prototype/index.html')),
11
- url(r'^admin/', include(admin.site.urls)),
+ url(r'^admin/', admin.site.urls),
12
]
13
14
if settings.DEBUG:
0 commit comments