Skip to content

ignacionf/django-bootstrap-form

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django bootstrap form

PyPI version https://travis-ci.org/tzangms/django-bootstrap-form.png?branch=master https://coveralls.io/repos/tzangms/django-bootstrap-form/badge.png?branch=master 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.

About

Twitter Bootstrap for Django Form

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.8%
  • Makefile 16.3%
  • Shell 14.9%