GitXplorerGitXplorer
x

tipfy.ext.httpexceptions

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a3a5372b707c71fdf076e9b765d5f2dbf3b510e2

moved tamplates out

xxen committed 14 years ago
Unverified
d0c3d24d3bb2e42b99b6594987a6158ffda08ca4

now loads templates from common folder

xxen committed 14 years ago
Unverified
24829ec97d7316e47412a2a6d55ab9adde590ce8

Edited README.mdown via GitHub

xxen committed 14 years ago
Unverified
b88fe1ddb2139dec1ea663bb02ab8bfa1e051512

initial commit

xxen committed 14 years ago

README

The README file for this repository.

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 ],