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:
parent
18e420da02
commit
f188d5930d
|
@ -284,8 +284,9 @@ your Django settings file.
|
||||||
Playing with the API
|
Playing with the API
|
||||||
====================
|
====================
|
||||||
|
|
||||||
Now open the Python interactive shell, and play around with the free Python API
|
Now, make sure your DJANGO_SETTINGS_MODULE environment variable is set (as
|
||||||
Django gives you::
|
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.
|
# Modules are dynamically created within django.models.
|
||||||
# Their names are plural versions of the model class names.
|
# Their names are plural versions of the model class names.
|
||||||
|
|
Loading…
Reference in New Issue