django-formtags

Customize form fields directly from templates


Keywords
django, forms, tags
License
BSD-3-Clause
Install
pip install django-formtags==0.1.2

Documentation

django-formtags

django-formtags is a django template library that allows you to customize form fields directly from your templates.

Installation

pip install django-formtags

Documentation

You can find the latest documentation at https://django-formtags.readthedocs.org/en/latest/

Contributing

To report an issue, use the bug tracker on Github.

Pull requests are welcome.

Running the test suite

Start by installing the requirements:

pip install -r requirements_dev.txt

After that, you'll need to install a version of django. The simplest way to do so is with pip too:

pip install django

Once that's done, you can run the tests with:

py.test --cov=formtags --cov-report=html tests/

Building the documentation

To build the documentation, go in the docs/ directory and simply run make html.