mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #442 from mtigas/patch-1
fix spelling in "Running Gunicorn" doc page
This commit is contained in:
commit
42d4b1e191
@ -65,7 +65,7 @@ Example with your Django project::
|
|||||||
$ cd path/to/yourdjangoproject
|
$ cd path/to/yourdjangoproject
|
||||||
$ gunicorn_django --workers=2
|
$ gunicorn_django --workers=2
|
||||||
|
|
||||||
.. note:: If you run Django 1.4 and superior, it's higly recommanded to
|
.. note:: If you run Django 1.4 or newer, it's highly recommended to
|
||||||
simply run your application with the `WSGI interface
|
simply run your application with the `WSGI interface
|
||||||
<https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/>`_ using
|
<https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/>`_ using
|
||||||
the `gunicorn`_ command.
|
the `gunicorn`_ command.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user