summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial01.txt')
-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.