Skip to content
Snippets Groups Projects
Commit 2fc459dd authored by Alice Heaton's avatar Alice Heaton :speech_balloon:
Browse files

Remove untested djangojs url directive, which is not needed and does not work...

Remove untested djangojs url directive, which is not needed and does not work (mistakenly added following instructions)
parent afbc5a8b
Branches
No related tags found
No related merge requests found
......@@ -38,6 +38,5 @@ if settings.DEBUG:
url(r'^favicon.ico$', RedirectView.as_view(
url='{0}images/favicon.ico'.format(settings.STATIC_URL),
permanent=True
)),
url(r'^djangojs/', include('djangojs.url'))
))
) + urlpatterns
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment