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.10.tar.gz
(35.3 kB
view hashes)
Built Distribution
Close
Hashes for crispy-bootstrap4-2024.10.tar.gz
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 503e8922b0f3b5262a6fdf303a3a94eb2a07514812f1ca130b88f7c02dd25e2b |
|
| MD5 | 6e4aa91c3445653beec59d521da9390b |
|
| BLAKE2b-256 | 690b6a3e2ab27d9eab3fd95628e45212454ac486b2c501def355f3c425cf4ae3 |
Close
Hashes for crispy_bootstrap4-2024.10-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 138a97884044ae4c4799c80595b36c42066e4e933431e2e971611e251c84f96c |
|
| MD5 | 15184264357ff799bc43694ee5e2130c |
|
| BLAKE2b-256 | dea92a22c0e6b72323205a6780f9a93e8121bc2c81338d34a0ddc1f6d1a958e7 |