0 votes
in Django by

There are many error views by default in Django. Identify the incorrect one.

a) http_forbidden()

b) bad_request()

c) permission_denied()

d) server_error()

e) page_not_found()

1 Answer

0 votes
by
a) http_forbidden()
...