Index: docs/tutorial01.txt
===================================================================
--- docs/tutorial01.txt	(revisión: 4400)
+++ docs/tutorial01.txt	(copia de trabajo)
@@ -17,7 +17,21 @@
 ``import django``. If that command runs successfully, with no errors, Django is
 installed.
 
+.. admonition:: A note to newcomers
+
+    If you have any problems with this tutorial, please post a message to
+    `django-users`_  or drop by `#django`_ on IRC and we'll try to help.
+    If you think you've found a bug, please `open a ticket`_.
+
+    Please, do not use the comment system below, it is intended to comment
+    documentation issues. If you need assistance use the options above or
+    feel free to read our `community`_ page.
+    
 .. _`Django installed`: http://www.djangoproject.com/documentation/install/
+.. _django-users: http://groups.google.com/group/django-users
+.. _#django: irc://irc.freenode.net/django
+.. _open a ticket: http://code.djangoproject.com/simpleticket
+.. _community: http://www.djangoproject.com/community/
 
 Creating a project
 ==================
