Remove references to deprecated console scripts

This commit is contained in:
Randall Leeds 2014-03-08 18:12:29 -08:00
parent e5442332fe
commit b35e368515
2 changed files with 5 additions and 11 deletions

View File

@ -46,9 +46,8 @@ Gevent_ you most likely need to install a newer version of libev_ or libevent_.
Basic Usage
-----------
After installing Gunicorn you will have access to three command line scripts
that can be used for serving the various supported web frameworks: ``gunicorn``,
``gunicorn_django``, and ``gunicorn_paster``.
After installing Gunicorn you will have access to the command line script
``gunicorn``.
Commonly Used Arguments
+++++++++++++++++++++++

View File

@ -8,18 +8,13 @@ deploying Gunicorn in production see :doc:`deploy`.
Commands
========
After installing Gunicorn you will have access to three command line scripts
that can be used for serving the various supported web frameworks:
* ``gunicorn``
* ``gunicorn_django``
* ``gunicorn_paster``
After installing Gunicorn you will have access to the command line script
``gunicorn``.
gunicorn
--------
The first and most basic script is used to serve 'bare' WSGI applications
that don't require a translation layer. Basic usage::
Basic usage::
$ gunicorn [OPTIONS] APP_MODULE