Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xen/tipfy.ext.httpexceptions
- Owner: xen
- Created: 2011-02-28T01:29:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-02-28T20:48:08.000Z (over 13 years ago)
- Last Synced: 2024-04-19T15:23:58.979Z (7 months ago)
- Language: Python
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
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
],#