Author: adrian Date: 2006-08-01 15:48:26 -0500 (Tue, 01 Aug 2006) New Revision: 3509
Modified: django/trunk/docs/add_ons.txt Log: Added link to 'batteries included' explanation in docs/add_ons.txt Modified: django/trunk/docs/add_ons.txt =================================================================== --- django/trunk/docs/add_ons.txt 2006-08-01 14:20:01 UTC (rev 3508) +++ django/trunk/docs/add_ons.txt 2006-08-01 20:48:26 UTC (rev 3509) @@ -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 ===== --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates -~----------~----~----~----~------~----~------~--~---
