Fixed #3354: added a message to tutorial 1 about where to go for help. Thanks to Marc Fargas for the original patch, but I ended up going with a somewhat softer wording just to be double-plus-ultra-sure not to turn anyone off.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ffb62e0c02
commit
d7d73c9fac
|
@ -19,6 +19,12 @@ installed.
|
|||
|
||||
.. _`Django installed`: ../install/
|
||||
|
||||
.. admonition:: Where to get help:
|
||||
|
||||
If you're having trouble going through this tutorial, please post a message
|
||||
to `django-users`_ or drop by `#django`_ on ``irc.freenode.net`` and we'll
|
||||
try to help.
|
||||
|
||||
Creating a project
|
||||
==================
|
||||
|
||||
|
|
Loading…
Reference in New Issue