RETIRED, further work has moved to Debian project infrastructure
Go to file
2011-09-14 13:52:52 +08:00
bootstrapform Merge branch 'development', bumped version. 2011-09-14 13:52:52 +08:00
.gitignore initial commit 2011-08-21 09:07:02 -07:00
LICENSE add LICENSE 2011-09-14 13:38:59 +08:00
MANIFEST.in Added setup.py and MANIFEST.in. 2011-09-14 10:59:37 +08:00
README Added note about INSTALLED_APPS to README. 2011-09-14 13:46:55 +08:00
setup.py Updated author information (setup.py changes have now been pulled back in to original project). 2011-09-14 13:50:01 +08:00

Generate twitter-bootstrap form output for django form

A django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ )

Installation:
Add 'bootstrapform' to INSTALLED_APPS.

Template usage:
{% load bootstrap %}

{{ form|bootstrap }}