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
File details
Details for the file crispy-bootstrap5-0.3.1.tar.gz
.
File metadata
- Download URL: crispy-bootstrap5-0.3.1.tar.gz
- Upload date:
- Size: 9.5 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.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec62daf8d50271031c53a484b43e10bccc0cebde34f253a3c784964658df5826 |
|
MD5 | 89a2fd17aa6425fd3f34eaae572126e7 |
|
BLAKE2b-256 | 1064ad972f1a1e49ef5ac6dac78396f7dd5bfbfbf4a6719499cc945cf7151aab |
File details
Details for the file crispy_bootstrap5-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: crispy_bootstrap5-0.3.1-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.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79e518fdf4d94e64ec2f1abfd85eed348724e9cb432cec3dfaf531177603d17d |
|
MD5 | 774077ec4cce620fcf768ce41cee357a |
|
BLAKE2b-256 | 33d25e1a052d4579a641ff22531a821713132bd2e8e5d025afafc146a0085d01 |