Django

Code

Changeset 8028

Show
Ignore:
Timestamp:
07/21/08 12:12:15 (5 months ago)
Author:
jacob
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/add_ons.txt

    r8020 r8028  
    2424 
    2525The automatic Django administrative interface. For more information, see 
    26 `Tutorial 2`_
     26`Tutorial 2`_ and the `admin documentation`_
    2727 
    2828.. _Tutorial 2: ../tutorial02/ 
     29.. _admin documentation: ../admin/ 
    2930 
    3031Requires the auth_ and contenttypes_ contrib packages to be installed.