diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2020-04-30 11:12:05 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-13 09:14:40 +0200 |
| commit | fbdb032de266ba5f82e061ab204f6c622889d563 (patch) | |
| tree | 3a5ce56bfbc3413758f4f4353c09dd04c5ed3cc9 /docs/faq | |
| parent | feb91dbda13974f84eac52dccdc0de1ddb636616 (diff) | |
Used :envvar: role and .. envvar:: directive in various docs.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/usage.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq/usage.txt b/docs/faq/usage.txt index 0145a580fd..f95ca11174 100644 --- a/docs/faq/usage.txt +++ b/docs/faq/usage.txt @@ -2,12 +2,12 @@ FAQ: Using Django ================= -Why do I get an error about importing DJANGO_SETTINGS_MODULE? -============================================================= +Why do I get an error about importing :envvar:`DJANGO_SETTINGS_MODULE`? +======================================================================= Make sure that: -* The environment variable DJANGO_SETTINGS_MODULE is set to a +* The environment variable :envvar:`DJANGO_SETTINGS_MODULE` is set to a fully-qualified Python module (i.e. "mysite.settings"). * Said module is on ``sys.path`` (``import mysite.settings`` should work). |
