wesley tanaka

Google App Engine Internal Error Handler Django App

Available on GitHub.

Installation

  1. Copy the entire errors directory into your django project alongside your other django apps.
  2. Add 'errors.middleware.GoogleAppEngineErrorMiddleware' to MIDDLEWARE_CLASSES in settings.py
  3. Either:
    1. Add 'errors' to INSTALLED_APPS in settings.py
    2. 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

 

Syndicate content