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-2024.1.tar.gz
(34.8 kB
view details)
Built Distribution
File details
Details for the file crispy-bootstrap4-2024.1.tar.gz
.
File metadata
- Download URL: crispy-bootstrap4-2024.1.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 208673bf6a25892a656971af7a00e18ba2f7f06cd4a0d667923bd6134e64d276 |
|
MD5 | e54c0cd185268f60264aac54e9ffcc3f |
|
BLAKE2b-256 | 25e7eb49efaaf627c086fa9bbe43ee05e0dc07ef0d3c1c6bf1da520752b0167a |
File details
Details for the file crispy_bootstrap4-2024.1-py3-none-any.whl
.
File metadata
- Download URL: crispy_bootstrap4-2024.1-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46cf98777a28621d240bf71eb36d4a26ff86e9e19be1cfd822645f4043d18c31 |
|
MD5 | 100a8929fb60fc4476c4771b9ffd2dfb |
|
BLAKE2b-256 | 57182d764456b0ec117de1a59433e68a29e908494d186d5fefec0227d392b3ed |