Argus
Argus copied to clipboard
Add error views instead of blank page
on 404, 500 HTTP errors. Comment if we should add views for any other errors.
Per now user gets a django error page for some errors if DEBUG=True, and a blank page otherwise.
Also see #988