tipfy.ext.httpexceptions

Software Screenshot:
tipfy.ext.httpexceptions
Software Details:
Version: 0.1.2
Upload Date: 12 May 15
Developer: xen
Distribution Type: Freeware
Downloads: 8

Rating: nan/5 (Total Votes: 0)

tipfy.ext.httpexceptions is a middleware to catch server errors and show proper page.

Setup:

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

* Add to buildout.cfg egg import
* Add templates 404.html and 500.html to 'common/templates/' folder (place where common templates usually located)
* Modify config.py and add folowing lines::

  # Middlewares config
  config['tipfy'] = {
    'middleware': [
        # add this line to start of the list
        'tipfy.ext.httpexceptions.middleware.HTTPExceptionMiddleware',
        ..
    ]
  }

Requirements:

  • Python

Other Software of Developer xen

Drush EM
Drush EM

13 May 15

Comments to tipfy.ext.httpexceptions

Comments not found
Add Comment
Turn on images!