crispy-bootstrap3
Bootstrap3 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-bootstrap3
Usage
You will need to update your project's settings file to add crispy_forms
and crispy_bootstrap3 to your projects INSTALLED_APPS. Also set
bootstrap3 as and allowed template pack and as the default template pack
for your project:
INSTALLED_APPS = (
...
"crispy_forms",
"crispy_bootstrap3",
...
)
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap3"
CRISPY_TEMPLATE_PACK = "bootstrap3"
Release files for crispy-bootstrap3 2024.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| crispy-bootstrap3-2024.1.tar.gz | 29.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| crispy_bootstrap3-2024.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 50.5 kB
Release files / crispy-bootstrap3-2024.1.tar.gz
| Download URL | crispy-bootstrap3-2024.1.tar.gz |
|---|---|
| Size | 29.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
343c696ae1a854ac0ccad25e9e7d782400783034220a11aa179d1d799acf6161
|
|
BLAKE2b-256 checksum How to use checksums |
d180ca6242629ea7405b4d6deb206f94dc3e2bff355ba139e94827f3be944eff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.13
|
Release files / crispy_bootstrap3-2024.1-py3-none-any.whl
| Download URL | crispy_bootstrap3-2024.1-py3-none-any.whl |
|---|---|
| Size | 21.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
257555c61ec6cd792e8654822e836794237465442a6e4b47ed31f7464e8c10f4
|
|
BLAKE2b-256 checksum How to use checksums |
6494343eddaec74bcaf691478f296b60de1c50ebccfc41ed78eb6bf9587616f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.13
|