Bootstrap3 template pack for django-crispy-forms
Project description
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"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crispy-bootstrap3-2022.1.tar.gz
(28.1 kB
view details)
Built Distribution
File details
Details for the file crispy-bootstrap3-2022.1.tar.gz
.
File metadata
- Download URL: crispy-bootstrap3-2022.1.tar.gz
- Upload date:
- Size: 28.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f62729ed06976caf7fd5fd4fe009c0a702b0705db7765c2b486ba96c64341146 |
|
MD5 | 58350ef5e57a79582b7713dce3504ba6 |
|
BLAKE2b-256 | fc0c03d0f7b8fc20c48393dbd09320d94e506b6ff7086740218607021cf250f9 |
File details
Details for the file crispy_bootstrap3-2022.1-py3-none-any.whl
.
File metadata
- Download URL: crispy_bootstrap3-2022.1-py3-none-any.whl
- Upload date:
- Size: 21.3 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 | be4908ca997e6ee86cda128c631b3adb33f1db483fd97fa72ae45ca3ad49ad02 |
|
MD5 | 885d324a4069b5a51187a7994f4b9293 |
|
BLAKE2b-256 | 5206bc286806013442dd59a3f191b8f2cecc5b9b20df8deb823ef8bf404a8444 |