summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
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/intro/tutorial02.txt
parentfeb91dbda13974f84eac52dccdc0de1ddb636616 (diff)
Used :envvar: role and .. envvar:: directive in various docs.
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt4
1 files changed, 2 insertions, 2 deletions
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 </topics/db/queries>`::