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:
parent
ba6d7e1bae
commit
3a2686a70d
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue