2015-03-09 14:36:23 +00:00
2015-03-09 14:36:23 +00:00
2013-09-09 22:44:16 -04:00
2015-03-09 14:36:23 +00:00
2014-04-03 21:12:34 +02:00
2013-12-06 03:40:56 +08:00
2011-09-13 20:59:07 -07:00
2012-02-14 21:23:14 +08:00
2015-03-09 14:36:23 +00:00
2015-03-09 14:36:23 +00:00

Django bootstrap form

PyPI version

image

image

Bitdeli badge

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.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 303 KiB
Languages
HTML 59.1%
Python 40.9%