Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xen/tipfy.ext.httpexceptions

tipfy.ext.httpexceptions
https://github.com/xen/tipfy.ext.httpexceptions

Last synced: about 1 month ago
JSON representation

tipfy.ext.httpexceptions

Awesome Lists containing this project

README

        

# tipfy.ext.httpexceptions #

Middleware extension allow to catch errors and show proper page.

## Setup ##

To use this extension in your application follow few simple steps:

- Add to buildout.cfg egg import
- Modify config.py and add folowing lines:

config['tipfy'] = {
'middleware': [
'tipfy.ext.httpexceptions.middleware.HTTPExceptionMiddleware',
# ... other middleware goes below
],

#