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.

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:

$ 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.

Table Of Contents

Previous topic

Overview

Next topic

Tutorial

This Page