Skip to main content

Django-bootstrap3-form allows you write Django forms that work with Twitter Bootstrap 3

Project description

Django Bootstrap 3 form

Build Status Version

Coverage Status Requirements Status

License

Django-bootstrap3-form allows you write Django forms that work with Twitter Bootstrap 3.

It supports Django 2.2 - 3.1. Also tested with Python 3.6 - 3.8.

Older versions: Version 1.0 supports Django 2.0 and 2.2. Version 0.7 supports Django 1.11 and Python 2.7.

import django_bootstrap3_form

class ExampleForm(django_bootstrap3_form.BootstrapForm):
	username = django_bootstrap3_form.CharField()
	password = django_bootstrap3_form.CharField(widget=django_bootstrap3_form.PasswordInput)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-bootstrap3-form-1.1.0.tar.gz (274.1 kB view hashes)

Uploaded Source

Built Distributions

django_bootstrap3_form-1.1.0-py3.8.egg (274.5 kB view hashes)

Uploaded Source

django_bootstrap3_form-1.1.0-py3-none-any.whl (276.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page