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-2022.1.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file crispy-bootstrap4-2022.1.tar.gz
.
File metadata
- Download URL: crispy-bootstrap4-2022.1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f18386c4d96180c1bb1212487d6e8f5a3dd1a9bb58d3032183973d4d130b55f9 |
|
MD5 | 33e6c02c84f3e4d71dc2816a35feb653 |
|
BLAKE2b-256 | 5ebed8203e4dacbcee891875c741eb6f1d615da2f26a1367085adf278e2929d5 |
File details
Details for the file crispy_bootstrap4-2022.1-py3-none-any.whl
.
File metadata
- Download URL: crispy_bootstrap4-2022.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.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5241ab1dc2188c95560aa786439bcbedec7416e6b0f5a52dded82380810367ec |
|
MD5 | 2226ffa2f9e84e26e3abb29ec53ca3fd |
|
BLAKE2b-256 | 9171cbfa04246b137f69eefa58029e9247064284ea722ba140b07a4244cc8478 |