crispy-bootstrap4
Bootstrap4 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-bootstrap4
Usage
You will need to update your project's settings file to add crispy_forms
and crispy_bootstrap4 to your projects INSTALLED_APPS. Also set
bootstrap4 as and allowed template pack and as the default template pack
for your project:
INSTALLED_APPS = (
...
"crispy_forms",
"crispy_bootstrap4",
...
)
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap4"
CRISPY_TEMPLATE_PACK = "bootstrap4"
Release files for crispy-bootstrap4 2026.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| crispy_bootstrap4-2026.2.tar.gz | 34.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| crispy_bootstrap4-2026.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 57.8 kB
Release files / crispy_bootstrap4-2026.2.tar.gz
| Download URL | crispy_bootstrap4-2026.2.tar.gz |
|---|---|
| Size | 34.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
66f8f14bf9c2c16ed94243236ed253a94e5a625afa1ee64022ce29db98c6cd85
|
|
BLAKE2b-256 checksum How to use checksums |
5bcc638d36595da9fbb2c9d0be98bf6007442a65a521b614cf4645d04311b061
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.19
|
Release files / crispy_bootstrap4-2026.2-py3-none-any.whl
| Download URL | crispy_bootstrap4-2026.2-py3-none-any.whl |
|---|---|
| Size | 23.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4b2b99dfe3e3cacb548702159462110901bd38792b650b770e50c62284ac2227
|
|
BLAKE2b-256 checksum How to use checksums |
ad6db90d601ea2449cc6b35b4b08be90fb1f6ca1baf2be383ed195f7bfa91a32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.19
|