Randall Leeds ec2ee0b127 Support for python config file option in paster
It is now possible to specify a file with "config" as an application
configuration key in a paste deploy configuration file. This allows
paster applications to use the full range of gunicorn settings even
when using paste/pserve rather than gunicorn_paster.

Fixes #540.
2013-08-05 22:04:43 -07:00
..
2012-05-15 10:11:48 +02:00

This file is for you to describe the pylonstest application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``pylonstest`` using easy_install::

    easy_install pylonstest

Make a config file as follows::

    paster make-config pylonstest config.ini

Tweak the config file as appropriate and then setup the application::

    paster setup-app config.ini

Then you are ready to go.