.. django-formrenderingtools documentation master file, created by
   sphinx-quickstart on Sat Apr 24 20:02:32 2010.

#########################################
django-formrenderingtools's documentation
#########################################

django-formrenderingtools is an application for the `Django framework
<http://www.djangoproject.com/>`_.
It provides tools for the template designer to customize forms.

Rather than using {{ form.as_p }}, set up and reuse templates to render 
Django's form elements.

For the impatient, jump to the :doc:`/demo` to discover and try the application
in a sandbox.

Notice that Django-formrenderingtools is not intended to customize widgets.
Have a look at `django-floppyforms
<http://pypi.python.org/pypi/django-floppyforms>`_ for this purpose.

********
Contents
********

.. toctree::
   :maxdepth: 2

   overview
   INSTALL
   demo
   reference/index
   migrate
   best_practices
   contribute
   LICENSE
   AUTHORS
   CHANGES

*****
Links
*****

HTML documentation
  `Browse the HTML documentation online
  <http://packages.python.org/django-formrenderingtools/>`_.

RestructuredText documentation
  `Read the RestructuredText documentation in the docs/ folder in the source
  code
  <http://bitbucket.org/benoitbryon/django-formrenderingtools/src/tip/docs/>`_.

Source code repository
  `Follow the project on BitBucket
  <http://bitbucket.org/benoitbryon/django-formrenderingtools>`_.

Pypi
  The project is known as `django-formrenderingtools
  <http://pypi.python.org/pypi/django-formrenderingtools>`_
  in the Python package index.

*******************
Credits and license
*******************

This application is published under the BSD license. See :doc:`LICENSE` and 
:doc:`AUTHORS` for details.
