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-2023.1.tar.gz
(34.7 kB
view details)
Built Distribution
File details
Details for the file crispy-bootstrap4-2023.1.tar.gz
.
File metadata
- Download URL: crispy-bootstrap4-2023.1.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d60e93eb6d82886c009eb174f2a4c78fdac602a1efadf0305471c84815bd973a |
|
MD5 | fec0b1ed4e081fc103f437bd8bdc160d |
|
BLAKE2b-256 | ac5f42de0b99fd59fbe4100132e6d1d768ff4a78eb13c37a5ef90aba7ff8ced9 |
Provenance
File details
Details for the file crispy_bootstrap4-2023.1-py3-none-any.whl
.
File metadata
- Download URL: crispy_bootstrap4-2023.1-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a88e74f8d36d2dedeb40a66f246994f3ce5cd855017785d0291e741d3e7d7c2 |
|
MD5 | 702547df8936a4360d761a64d5200113 |
|
BLAKE2b-256 | a26dac0f7199a2460b7d69c06ee5a5f0bb8277e34f09f5fe58f3e46c8a2d0566 |