Added a link to admin docs in add_ons.txt. Refs #7829.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-07-21 17:12:15 +00:00
parent ba6d7e1bae
commit 3a2686a70d
1 changed files with 2 additions and 1 deletions

View File

@ -23,9 +23,10 @@ admin
=====
The automatic Django administrative interface. For more information, see
`Tutorial 2`_.
`Tutorial 2`_ and the `admin documentation`_.
.. _Tutorial 2: ../tutorial02/
.. _admin documentation: ../admin/
Requires the auth_ and contenttypes_ contrib packages to be installed.