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
toINSTALLED_APPS
notbootstrapform
.
pip install django-jinja-bootstrap-form