Installation

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

Requirements

This application requires:

  • Django. The application targets the latest stable and LTS release.

    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

Latest release

This application is known as “django-templateaddons3” on Pypi.

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

# pip install -U django-templateaddons3

Development files

You can use pip to automatically download and install the project with versionning:

# pip install -U -e git+ssh://git@github.com/django-templateaddons/django-templateaddons3.git#egg=django-templateaddons

Manual installation

The main project page is https://github.com/django-templateaddons/django-templateaddons3.

You can clone the repository with the following command line:

$ git clone git@github.com:django-templateaddons/django-templateaddons3.git

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