Fix typos.

This commit is contained in:
Berker Peksag 2014-09-16 05:50:23 +03:00
parent 45655fe9cb
commit 8af04b27e7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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