fix title levels

This commit is contained in:
benoitc 2014-03-08 18:13:38 -08:00
parent 0d3b8ea379
commit 3ad5ee9120

View File

@ -97,12 +97,12 @@ Example with test app::
$ gunicorn --workers=2 test:app
Integration
===========
-----------
We also provide integration for both Django and Paster applications.
Django
------
++++++
gunicorn just needs to be called with a the location of a WSGI
application object.:
@ -129,7 +129,7 @@ add your application path to PYTHONPATH using the
option.
paster serve
------------
++++++++++++
If you are a user/developer of a paste-compatible framework/app (as
Pyramid, Pylons and Turbogears) you can use the gunicorn