Available on GitHub.
Installation
- Copy the entire
errorsdirectory into your django project alongside your other django apps. - Add
'errors.middleware.GoogleAppEngineErrorMiddleware'toMIDDLEWARE_CLASSESinsettings.py - Either:
- Add
'errors'toINSTALLED_APPSinsettings.py - Or copy the template files from
errors/templates/into your main project’s templates/ directory and edit them
to match the theme of the rest of your site
- Add
