Error Handling
Page Navigation
Django
DjangoKit provides default views and a template for handling 400, 403, 404, and 500 errors, which can be customized to match your site.
TODO: Add more info about customization
Web Server
This is mostly relevant in production where you'll probably want to add a static page for 500 level errors that occur outside your app, especially 500, 502, 503, and 504.
TODO: Link to Nginx and Apache docs