Ticket #3354: tutorial01.diff
File tutorial01.diff, 1.1 KB (added by , 18 years ago) |
---|
-
docs/tutorial01.txt
17 17 ``import django``. If that command runs successfully, with no errors, Django is 18 18 installed. 19 19 20 .. admonition:: A note to newcomers 21 22 If you have any problems with this tutorial, please post a message to 23 `django-users`_ or drop by `#django`_ on IRC and we'll try to help. 24 If you think you've found a bug, please `open a ticket`_. 25 26 Please, do not use the comment system below, it is intended to comment 27 documentation issues. If you need assistance use the options above or 28 feel free to read our `community`_ page. 29 20 30 .. _`Django installed`: http://www.djangoproject.com/documentation/install/ 31 .. _django-users: http://groups.google.com/group/django-users 32 .. _#django: irc://irc.freenode.net/django 33 .. _open a ticket: http://code.djangoproject.com/simpleticket 34 .. _community: http://www.djangoproject.com/community/ 21 35 22 36 Creating a project 23 37 ==================