parts/django/docs/topics/index.txt
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 22:20:41 +0530
changeset 94 385702a0bbde
parent 69 c6bca38c1cbf
permissions -rw-r--r--
Added forms for creating and editing a task

Using Django
============

Introductions to all the key parts of Django you'll need to know:

.. toctree::
   :maxdepth: 1

   install
   db/index
   http/index
   forms/index
   forms/modelforms
   templates
   generic-views
   files
   testing
   auth
   cache
   conditional-view-processing
   email
   i18n/index
   pagination
   serialization
   settings
   signals