Skip to content
Snippets Groups Projects
Commit 9886cbc5 authored by Julian's avatar Julian
Browse files

reformat urls

parent cd0463c0
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -33,8 +33,10 @@ def manifest(request):
def serviceworker(request):
return serve(request, "common/pwabuilder-sw.js")
handler404 = 'dashboard.views.error_404'
def custom_page_not_found(request):
return defaults.page_not_found(request, None, "common/404.html")
......@@ -94,4 +96,3 @@ urlpatterns = [
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment