From fbdb032de266ba5f82e061ab204f6c622889d563 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 30 Apr 2020 11:12:05 +0100 Subject: Used :envvar: role and .. envvar:: directive in various docs. --- docs/howto/deployment/wsgi/uwsgi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/howto/deployment') 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:: -- cgit v1.3