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

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

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

This application requires:

* `Django-1.2.1`_. The application targets the latest stable release of 
  branch 1.x. It may work with previous versions, but tests focus on the latest
  one.

.. _`Django-1.2.1`: http://djangoproject.com/

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

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

Automatic installation
======================

This application is known as "django-templateaddons" on 
`Pypi <http://pypi.python.org/>`_. 

So you can install it with pip or easy_install. As an example::

  # pip install -U django-templateaddons

Manual installation
===================

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

You can clone the repository with the following command line:

.. code-block:: bash

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

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

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

* add 'templateaddons' to your INSTALLED_APPS
