Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.23 KB

Django bootstrap forms for django-jinja

Build Status PyPI Status codecov

Port of django-bootstrap-form which is compatible with django-jinja.

Twitter Bootstrap for Django Forms.

django-jinja-bootstrap-form has been used in production for 6 months and is stable.

Supports Django >=1.8. Python >=3.5.

See django-bootstrap-form for documentation. Usage should be the same except:

  • there's no need to {% load bootstrap %} as template tags are preloaded in django-jinja.
  • add bootstrapform_jinja to INSTALLED_APPS not bootstrapform.

To Install

pip install django-jinja-bootstrap-form