django-jinja-bootstrap-form

django-jinja-bootstrap-form


Keywords
bootstrap, django, jinja2
License
BSD-3-Clause
Install
pip install django-jinja-bootstrap-form==4.5.0

Documentation

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 >=3.2. Python >=3.6.

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