From f188d5930d2af0d0a987266b511a3b5ff2048c9e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 26 Jul 2005 22:58:39 +0000 Subject: [PATCH] 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 --- docs/tutorial01.txt | 5 +++-- 1 file 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.