Changeset 5432
- Timestamp:
- 06/07/07 12:50:53 (1 year ago)
- Files:
-
- django/trunk/docs/add_ons.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r5039 r5432 7 7 problems. 8 8 9 This code lives in ``django/contrib`` in the Django distribution. Here's a 10 rundown of the packages in ``contrib``: 9 This code lives in ``django/contrib`` in the Django distribution. This document 10 gives a rundown of the packages in ``contrib``, along with any dependancies 11 those packages have. 11 12 12 13 .. admonition:: Note … … 27 28 .. _Tutorial 2: ../tutorial02/ 28 29 30 Requires the auth_ and contenttypes_ contrib packages to be installed. 31 29 32 auth 30 33 ==== … … 145 148 .. _flatpages documentation: ../flatpages/ 146 149 150 Requires the sites_ contrib package to be installed as well. 151 147 152 localflavor 148 153 ===========
