Django

Code

Ticket #3354: tutorial01.diff

File tutorial01.diff, 1.1 kB (added by Marc Fargas <telenieko@telenieko.com>, 2 years ago)

An admonition in the introduction of tutorial01

  • docs/tutorial01.txt

    old new  
    1717``import django``. If that command runs successfully, with no errors, Django is 
    1818installed. 
    1919 
     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     
    2030.. _`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/ 
    2135 
    2236Creating a project 
    2337==================