RETIRED, further work has moved to Debian project infrastructure
Go to file
Glenn Siegman 5793c406ae Update README.rst
Corrected spelling error in readme
2012-09-18 14:11:12 -03:00
bootstrapform bump version to 2.0.5 2012-08-24 13:37:02 +08:00
docs add docs 2012-07-17 16:43:30 +08:00
.gitignore add docs 2012-07-17 16:43:30 +08:00
LICENSE add LICENSE 2011-09-13 20:59:07 -07:00
MANIFEST.in fix setup.py with MANIFEST.in 2012-02-14 21:23:14 +08:00
README.rst Update README.rst 2012-09-18 14:11:12 -03:00
setup.py modify setup.py 2012-02-14 18:37:20 +08:00

Django bootstrap form

Generate twitter-bootstrap form output for django form

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

Installation

$ pip install django-bootstrap-form

for people who still use older version before twitter bootstrap 2.0

$ pip install django-bootstrap-form==0.2

Configuration

Add 'bootstrapform' to INSTALLED_APPS.

Usage

{% load bootstrap %}

{{ form|bootstrap }}

{{ form.<field name>|bootstrap }} - To output individual fields