Bootstrap5 template pack for django-crispy-forms
Project description
crispy-bootstrap5
Bootstrap5 template pack for django-crispy-forms
Installation
Install this plugin using pip:
$ pip install crispy-bootstrap5
Usage
You will need to update your project's settings file to add crispy_forms
and crispy_bootstrap5 to your projects INSTALLED_APPS. Also set
bootstrap5 as and allowed template pack and as the default template pack
for your project::
INSTALLED_APPS = (
...
"crispy_forms",
"crispy_bootstrap5",
...
)
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
CRISPY_TEMPLATE_PACK = "bootstrap5"
Development
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd crispy-bootstrap5
python -mvenv venv
source venv/bin/activate
Or if you are using pipenv:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crispy-bootstrap5-0.2.tar.gz.
File metadata
- Download URL: crispy-bootstrap5-0.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75a5642535fa1f8b9b9293e6a64ef15b424e1417f51537c815d7d0e132703961
|
|
| MD5 |
01ad5d6def3f758bfa0c8d1fe37fe52f
|
|
| BLAKE2b-256 |
55f9c1d971813fbf0362b1897b9a2158dda7e356cd685c4ab3908e4594712523
|
File details
Details for the file crispy_bootstrap5-0.2-py3-none-any.whl.
File metadata
- Download URL: crispy_bootstrap5-0.2-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b1d37650d9e76226e7d827ca170662dbe5ec001d1d44ff18357722630816d47
|
|
| MD5 |
c77f36269e95a0c514fb95e23a07b703
|
|
| BLAKE2b-256 |
7ac0e6bbe264c69cbdeda9431cf29ecb6af4b1655c061063925dcfe181b14b3b
|