diff options
| author | Unai Zalakain <unai@gisa-elkartea.org> | 2013-10-04 00:51:22 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-04 10:00:36 -0400 |
| commit | 3895d8899d7a01f2bdb1c206e45d8578a9739c91 (patch) | |
| tree | 6ab6dfa79cabbd968b846dde80d7d778b50dfb56 /docs/intro/tutorial01.txt | |
| parent | 8b0014869f666b44cd20692e38073ec0a0a8cb08 (diff) | |
Fixed #21213 -- Added docs for Django's mailing lists.
Added docs/internals/mailing-lists.txt documenting the use of django's
mailing lists. All references across docs changed to point to this page.
The referencing makes use of substitution because there's no way to make
a :ref: link in a non-inline fashion in Sphinx. It also makes use of
rst_epilog Sphinx conf for making this substitutions across all the
docs.
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 99c60135cb..1c301c0cc2 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -36,10 +36,9 @@ older versions of Django and install a newer one. .. 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`__ to chat + to |django-users| or drop by `#django on irc.freenode.net`__ to chat with other Django users who might be able to help. -__ http://groups.google.com/group/django-users __ irc://irc.freenode.net/django Creating a project |
