mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Remove references to deprecated console scripts
This commit is contained in:
parent
e5442332fe
commit
b35e368515
@ -46,9 +46,8 @@ Gevent_ you most likely need to install a newer version of libev_ or libevent_.
|
|||||||
Basic Usage
|
Basic Usage
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
After installing Gunicorn you will have access to three command line scripts
|
After installing Gunicorn you will have access to the command line script
|
||||||
that can be used for serving the various supported web frameworks: ``gunicorn``,
|
``gunicorn``.
|
||||||
``gunicorn_django``, and ``gunicorn_paster``.
|
|
||||||
|
|
||||||
Commonly Used Arguments
|
Commonly Used Arguments
|
||||||
+++++++++++++++++++++++
|
+++++++++++++++++++++++
|
||||||
|
|||||||
@ -8,18 +8,13 @@ deploying Gunicorn in production see :doc:`deploy`.
|
|||||||
Commands
|
Commands
|
||||||
========
|
========
|
||||||
|
|
||||||
After installing Gunicorn you will have access to three command line scripts
|
After installing Gunicorn you will have access to the command line script
|
||||||
that can be used for serving the various supported web frameworks:
|
``gunicorn``.
|
||||||
|
|
||||||
* ``gunicorn``
|
|
||||||
* ``gunicorn_django``
|
|
||||||
* ``gunicorn_paster``
|
|
||||||
|
|
||||||
gunicorn
|
gunicorn
|
||||||
--------
|
--------
|
||||||
|
|
||||||
The first and most basic script is used to serve 'bare' WSGI applications
|
Basic usage::
|
||||||
that don't require a translation layer. Basic usage::
|
|
||||||
|
|
||||||
$ gunicorn [OPTIONS] APP_MODULE
|
$ gunicorn [OPTIONS] APP_MODULE
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user