mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix title levels
This commit is contained in:
parent
0d3b8ea379
commit
3ad5ee9120
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user