summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-26 22:58:39 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-26 22:58:39 +0000
commitf188d5930d2af0d0a987266b511a3b5ff2048c9e (patch)
treef5bf26f38c18d0e2c00411e7d3c31a958c0507d9 /docs
parent18e420da02d5734fec41876a5f5e91cf1de8ca48 (diff)
Fixed #143 -- Clarified the need for an environment variable in tutorial 1. Thanks, sdelatorre@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial01.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index e92e9c2ccd..bfdad7dfed 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -284,8 +284,9 @@ your Django settings file.
Playing with the API
====================
-Now open the Python interactive shell, and play around with the free Python API
-Django gives you::
+Now, make sure your DJANGO_SETTINGS_MODULE environment variable is set (as
+explained above), and open the Python interactive shell to play around with the
+free Python API Django gives you::
# Modules are dynamically created within django.models.
# Their names are plural versions of the model class names.