Django

Code

Changeset 3509

Show
Ignore:
Timestamp:
08/01/06 15:48:26 (2 years ago)
Author:
adrian
Message:

Added link to 'batteries included' explanation in docs/add_ons.txt

Files:

Legend:

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

    r3251 r3509  
    33===================== 
    44 
    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. 
     5Django aims to follow Python's `"batteries included" philosophy`_. It ships 
     6with a variety of extra, optional tools that solve common Web-development 
     7problems. 
    78 
    89This code lives in ``django/contrib`` in the Django distribution. Here's a 
    910rundown of the packages in ``contrib``: 
     11 
     12.. _"batteries included" philosophy: http://docs.python.org/tut/node12.html#batteries-included 
    1013 
    1114admin