bmispelon / django-formtags

Customize form fields directly from templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Customize form fields directly from templates

License:MIT License


Languages

Language:Python 78.5%Language:Shell 21.5%