mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix typos.
This commit is contained in:
parent
45655fe9cb
commit
8af04b27e7
@ -118,7 +118,7 @@ You can use the
|
|||||||
to set the path to load the settings. In case you need it you can also
|
to set the path to load the settings. In case you need it you can also
|
||||||
add your application path to ``PYTHONPATH`` using the
|
add your application path to ``PYTHONPATH`` using the
|
||||||
`--pythonpath <http://docs.gunicorn.org/en/latest/settings.html#pythonpath>`_
|
`--pythonpath <http://docs.gunicorn.org/en/latest/settings.html#pythonpath>`_
|
||||||
option.::
|
option::
|
||||||
|
|
||||||
gunicorn --env DJANGO_SETTINGS_MODULE=myproject.settings myproject.wsgi
|
gunicorn --env DJANGO_SETTINGS_MODULE=myproject.settings myproject.wsgi
|
||||||
|
|
||||||
|
|||||||
@ -67,7 +67,7 @@ You can use the
|
|||||||
to set the path to load the settings. In case you need it you can also
|
to set the path to load the settings. In case you need it you can also
|
||||||
add your application path to ``PYTHONPATH`` using the
|
add your application path to ``PYTHONPATH`` using the
|
||||||
`--pythonpath <http://docs.gunicorn.org/en/latest/settings.html#pythonpath>`_
|
`--pythonpath <http://docs.gunicorn.org/en/latest/settings.html#pythonpath>`_
|
||||||
option.::
|
option::
|
||||||
|
|
||||||
gunicorn --env DJANGO_SETTINGS_MODULE=myproject.settings myproject.wsgi
|
gunicorn --env DJANGO_SETTINGS_MODULE=myproject.settings myproject.wsgi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user