Latest Version: 0.9.6.2

Warning

This documentation does not refer to the most recent version of Pylons. Current Documentation

wsgiapp

WSGI App Creator

This module is responsible for creating the basic Pylons WSGI application. It's generally assumed that it will be called by Paste, though any WSGI application server could create and call the WSGI app as well.


Functions

f make_app(config) ...

Classes

C PylonsWSGIApp(...) ...

This class contains 2 members.

See the source for more information.

Top