diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-08-01 20:48:26 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-08-01 20:48:26 +0000 |
| commit | 6ea0a13a16c364b21c9ef23c2efede35baabd4a1 (patch) | |
| tree | ee839e62893f306806e3e239d5eff0df844ab021 /docs | |
| parent | ad39bb1620a962597e8ed6c6d956e01a33fc654a (diff) | |
Added link to 'batteries included' explanation in docs/add_ons.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/add_ons.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt index 90c98b7176..6507f3b139 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -2,12 +2,15 @@ The "contrib" add-ons ===================== -Django aims to follow Python's "batteries included" philosophy. It ships with a -variety of extra, optional tools that solve common Web-development problems. +Django aims to follow Python's `"batteries included" philosophy`_. It ships +with a variety of extra, optional tools that solve common Web-development +problems. This code lives in ``django/contrib`` in the Django distribution. Here's a rundown of the packages in ``contrib``: +.. _"batteries included" philosophy: http://docs.python.org/tut/node12.html#batteries-included + admin ===== |
