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.

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.

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:

$ 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