Commit 3a2686a7 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

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
parent ba6d7e1b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.