Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c89090eccb
commit
e87e7436e2
|
@ -618,7 +618,7 @@ demonstration::
|
||||||
Note the addition of ``import datetime`` to reference Python's standard
|
Note the addition of ``import datetime`` to reference Python's standard
|
||||||
``datetime`` module.
|
``datetime`` module.
|
||||||
|
|
||||||
Let's jump back into the Python interactive shell by running
|
Save these changes and start a new Python interactive shell by running
|
||||||
``python manage.py shell`` again::
|
``python manage.py shell`` again::
|
||||||
|
|
||||||
>>> from mysite.polls.models import Poll, Choice
|
>>> from mysite.polls.models import Poll, Choice
|
||||||
|
|
Loading…
Reference in New Issue