RETIRED, further work has moved to Debian project infrastructure
86a79783ed
Conflicts: bootstrapform/fixtures/basic.html bootstrapform/fixtures/horizontal.html tests/test_settings.py |
||
---|---|---|
bootstrapform | ||
docs | ||
example | ||
tests | ||
.gitignore | ||
.travis.yml | ||
CHANGES.txt | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
runtests.py | ||
setup.py |
Django bootstrap form
Twitter Bootstrap for Django Form.
A simple Django template tag to work with Bootstrap
Install
Add to INSTALLED_APPS
:
# myapp/settings.py
- INSTALLED_APPS = [
'bootstrapform', # ...
]
Usage
Use it like this, simple.
{% load bootstrap %}
{{ form|bootstrap }}
Demo
Checkout this Demo site to see it in action.