diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-02-26 05:15:52 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-02-26 05:15:52 +0000 |
| commit | d7d73c9facf41a2f01721270600d5fec75024d82 (patch) | |
| tree | 4717de15aa09a9206637771ff875022b2de5b093 /docs | |
| parent | ffb62e0c02ddcac1e7da6eaa5319a4ef72c13394 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorial01.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 1b241f728a..52923c74fa 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -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 ================== |
