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
This commit is contained in:
parent
ad39bb1620
commit
6ea0a13a16
|
@ -2,12 +2,15 @@
|
||||||
The "contrib" add-ons
|
The "contrib" add-ons
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Django aims to follow Python's "batteries included" philosophy. It ships with a
|
Django aims to follow Python's `"batteries included" philosophy`_. It ships
|
||||||
variety of extra, optional tools that solve common Web-development problems.
|
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
|
This code lives in ``django/contrib`` in the Django distribution. Here's a
|
||||||
rundown of the packages in ``contrib``:
|
rundown of the packages in ``contrib``:
|
||||||
|
|
||||||
|
.. _"batteries included" philosophy: http://docs.python.org/tut/node12.html#batteries-included
|
||||||
|
|
||||||
admin
|
admin
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue