tutorcruncher / django-jinja-bootstrap-form

django-jinja-bootstrap-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

django-jinja-bootstrap-form

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 50.6%Language:Python 36.0%Language:Jinja 11.9%Language:Makefile 1.5%