Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-09-09 17:43:56 +02:00
parent 754f979397
commit 5e2e55582a
5 changed files with 18 additions and 10 deletions

View File

@@ -111,7 +111,6 @@ def response_error_handler(request, exception=None):
return HttpResponse('Error handler content', status=403)
def filenotfound_handler(request, exception=None):
print('noot')
return HttpResponse('Error handler content', status=404)
handler403 = views.error403_view