This commit is contained in:
Ross
2021-08-23 19:33:04 +01:00
parent f6bf034f4a
commit 3d42468f76
3 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ urlpatterns = [
#handler400 = 'my_app.views.bad_request'
#handler403 = 'my_app.views.permission_denied'
handler404 = 'views.page_not_found'
handler404 = 'rad.views.page_not_found'
#handler500 = 'my_app.views.server_error'
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)