############
Installation
############

************
Requirements
************

* `Django-1.1`_: This application has been designed for Django-1.1.x
* `Django-TemplateAddons`_: for use with templatetags. Makes coding template 
  tags a bit easier.

.. _`Django-1.1`: http://djangoproject.com/
.. _`Django-TemplateAddons`: http://bitbucket.org/benoitbryon/django-templateaddons/

************
Get the code
************

The code is published under the BSD license. See LICENSE for details.

The project page is http://bitbucket.org/benoitbryon/django-formrenderingtools/.

You can clone the repository with the following command line:

.. code-block:: bash

  $ hg clone http://bitbucket.org/benoitbryon/django-formrenderingtools formrenderingtools

Copy the formrenderingtools folder somewhere in your PYTHON_PATH. It may be in your
project's directory.

***************
Update settings
***************

* Add 'formrenderingtools' to the INSTALLED_APPS list in settings. This 
  will make the template tags and snippets available.
