Bootstrap4 template pack for django-crispy-forms
Project description
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"
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
crispy_bootstrap4-2025.6.tar.gz
(35.9 kB
view details)
Built Distribution
File details
Details for the file crispy_bootstrap4-2025.6.tar.gz
.
File metadata
- Download URL: crispy_bootstrap4-2025.6.tar.gz
- Upload date:
- Size: 35.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
69066c33fc9c8841cbd8741a7ec99ad9234f12877b4549490031a47c2c1abd79
|
|
MD5 |
6afd42f0e6ad8112536a032bba85f2d8
|
|
BLAKE2b-256 |
99f75dea1c2ad806fb28b42da08f1dc19ac172e909a63bcef0734bfdf811fedf
|
File details
Details for the file crispy_bootstrap4-2025.6-py3-none-any.whl
.
File metadata
- Download URL: crispy_bootstrap4-2025.6-py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
64bf732b27690c7147bfaa154b4b690217bee81c71731daf5da73de00ee01943
|
|
MD5 |
09b3daf2fe02e85b5f4e028c80b32e4e
|
|
BLAKE2b-256 |
28f9a43aeecf5bf7c9b05eccf9f35d1878291a1f2c5ffc501bd96b8759fb6b10
|