Changeset 3509
- Timestamp:
- 08/01/06 15:48:26 (2 years ago)
- Files:
-
- django/trunk/docs/add_ons.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r3251 r3509 3 3 ===================== 4 4 5 Django aims to follow Python's "batteries included" philosophy. It ships with a 6 variety of extra, optional tools that solve common Web-development problems. 5 Django aims to follow Python's `"batteries included" philosophy`_. It ships 6 with a variety of extra, optional tools that solve common Web-development 7 problems. 7 8 8 9 This code lives in ``django/contrib`` in the Django distribution. Here's a 9 10 rundown of the packages in ``contrib``: 11 12 .. _"batteries included" philosophy: http://docs.python.org/tut/node12.html#batteries-included 10 13 11 14 admin
