Full control of form rendering in the templates.
- Author: Bruno Renié and contributors
- Licence: BSD
- Requirements: homework -- read this.
pip install -U django-floppyforms- Add
floppyformsto yourINSTALLED_APPS
For extensive documentation see the docs folder or read it on
readthedocs
To install the in-development version of django-floppyforms, run pip
install django-floppyforms==dev.
Ask your questions on the #django-floppyforms IRC channel on freenode.
Really? Oh well... Please Report. Or better, fix :)
Thanks for asking!
Get the code:
git clone git@github.com:brutasse/django-floppyforms.git cd django-floppyforms virtualenv -p python2 env source env/bin/activate add2virtualenv .
Install the development requirements:
pip install tox
Run the tests:
tox -e py27-1.6
You can see all the supported test configurations with tox -l.