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:

404.png

If the user triggers a server error, we show them a different view:

500.png

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).