django · django/Http404
Http404
Http404
Raised by a view to return an HTTP 404 Not Found response. The convenience function get_object_or_404() raises this automatically when a queryset returns no results. Handled by the 404.html template or a custom handler404 view.