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