Skip to content

MrP01/django-jinja-bootstrap-form

Repository files navigation

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