From 4eb5e4ee4fe097986df839b11efb69b6bb9db00f Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 30 Apr 2020 11:12:05 +0100 Subject: [3.1.x] Used :envvar: role and .. envvar:: directive in various docs. Backport of fbdb032de266ba5f82e061ab204f6c622889d563 from master --- docs/intro/tutorial02.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro/tutorial02.txt') diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 42e3ccd110..8ee3ec8159 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -378,8 +378,8 @@ API Django gives you. To invoke the Python shell, use this command: $ python manage.py shell We're using this instead of simply typing "python", because :file:`manage.py` -sets the ``DJANGO_SETTINGS_MODULE`` environment variable, which gives Django -the Python import path to your :file:`mysite/settings.py` file. +sets the :envvar:`DJANGO_SETTINGS_MODULE` environment variable, which gives +Django the Python import path to your :file:`mysite/settings.py` file. Once you're in the shell, explore the :doc:`database API `:: -- cgit v1.3