Error Pages
When running in non-debug mode, meaning that DEBUG is set to False in your settings:
DEBUG=False
If the user hits a 404 (page not found) we show them a custom view:
If the user triggers a server error, we show them a modified version of the above with a different graphic.
Errors are sent to Sentry if you’ve defined the SENTRY_ID
in your environment.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.