Ticket #10266: 10266.diff
File 10266.diff, 541 bytes (added by , 16 years ago) |
---|
-
docs/intro/tutorial01.txt
618 618 Note the addition of ``import datetime`` to reference Python's standard 619 619 ``datetime`` module. 620 620 621 Let's jump back into thePython interactive shell by running621 Save these changes and start a new Python interactive shell by running 622 622 ``python manage.py shell`` again:: 623 623 624 624 >>> from mysite.polls.models import Poll, Choice