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 different view:
There is currently no backend error logging configured, but this can be easily setup to alert us when the user triggers an error (for example, Sentry is a good service).
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.