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
This commit is contained in:
Adrian Holovaty 2005-07-26 22:58:39 +00:00
parent 18e420da02
commit f188d5930d
1 changed files with 3 additions and 2 deletions

View File

@ -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.