Bootstrap3 template pack for django-crispy-forms
Project description
crispy-bootstrap3
Bootstrap3 template pack for django-crispy-forms. This template pack was included with the core django-crispy-forms package until version 2.0.
Installation
Install this plugin using pip
:
$ pip install crispy-bootstrap3
Usage
You will need to update your project's settings file to add crispy_forms
and crispy_bootstrap3
to your projects INSTALLED_APPS
. Also set
bootstrap3
as and allowed template pack and as the default template pack
for your project:
INSTALLED_APPS = (
...
"crispy_forms",
"crispy_bootstrap3",
...
)
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap3"
CRISPY_TEMPLATE_PACK = "bootstrap3"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crispy-bootstrap3-2024.1.tar.gz
(29.2 kB
view hashes)
Built Distribution
Close
Hashes for crispy_bootstrap3-2024.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 257555c61ec6cd792e8654822e836794237465442a6e4b47ed31f7464e8c10f4 |
|
MD5 | 546e4dd963f4ab64a94ed3ea6b63d10b |
|
BLAKE2b-256 | 6494343eddaec74bcaf691478f296b60de1c50ebccfc41ed78eb6bf9587616f1 |