.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user