diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-07-21 17:12:15 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-07-21 17:12:15 +0000 |
| commit | 3a2686a70d89f0ad4307ee835072d65ce1c0f310 (patch) | |
| tree | 620c47d4394e4df24f79c8a9f7b66ace5da26d12 /docs | |
| parent | ba6d7e1baee2992324b2b24c0b3bd6692e61ae92 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/add_ons.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt index 3f226386fd..2b2de76cba 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -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. |
