From 8af04b27e7ca3694766c7edcb23189eb0c256935 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Tue, 16 Sep 2014 05:50:23 +0300 Subject: [PATCH] Fix typos. --- README.rst | 2 +- docs/source/run.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 82a8e89a..280c4a8a 100644 --- a/README.rst +++ b/README.rst @@ -118,7 +118,7 @@ You can use the to set the path to load the settings. In case you need it you can also add your application path to ``PYTHONPATH`` using the `--pythonpath `_ -option.:: +option:: gunicorn --env DJANGO_SETTINGS_MODULE=myproject.settings myproject.wsgi diff --git a/docs/source/run.rst b/docs/source/run.rst index 1eeec11f..5040a8bc 100644 --- a/docs/source/run.rst +++ b/docs/source/run.rst @@ -67,7 +67,7 @@ You can use the to set the path to load the settings. In case you need it you can also add your application path to ``PYTHONPATH`` using the `--pythonpath `_ -option.:: +option:: gunicorn --env DJANGO_SETTINGS_MODULE=myproject.settings myproject.wsgi