See https://docs.djangoproject.com/en/5.0/ref/views/#error-views
Add handlers and templates for standard error pages, including:
- 403 Forbidden
- 404 Not Found
- 410 Gone
- 418 I'm a teapot (for kicks)
- 429 Too Many Requests
- 451 Unavailable for legal reasons
- 500 Server Error
- 502 Bad Gateway
- 503 Service Unavailable (Down for Maintenance)
- 504 Gateway Timeout
See https://docs.djangoproject.com/en/5.0/ref/views/#error-views
Add handlers and templates for standard error pages, including: