summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2020-04-30 11:12:05 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-13 09:14:40 +0200
commitfbdb032de266ba5f82e061ab204f6c622889d563 (patch)
tree3a5ce56bfbc3413758f4f4353c09dd04c5ed3cc9 /docs/howto/deployment
parentfeb91dbda13974f84eac52dccdc0de1ddb636616 (diff)
Used :envvar: role and .. envvar:: directive in various docs.
Diffstat (limited to 'docs/howto/deployment')
-rw-r--r--docs/howto/deployment/wsgi/uwsgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt
index 561602ff34..43cfdf3b93 100644
--- a/docs/howto/deployment/wsgi/uwsgi.txt
+++ b/docs/howto/deployment/wsgi/uwsgi.txt
@@ -77,7 +77,7 @@ The Django-specific options here are:
path -- i.e., the directory containing the ``mysite`` package.
* ``module``: The WSGI module to use -- probably the ``mysite.wsgi`` module
that :djadmin:`startproject` creates.
-* ``env``: Should probably contain at least ``DJANGO_SETTINGS_MODULE``.
+* ``env``: Should probably contain at least :envvar:`DJANGO_SETTINGS_MODULE`.
* ``home``: Optional path to your project virtualenv.
Example ini configuration file::