django-bootstrap v5
This package builds on top of the excellent django-bootstrap4 package.
Bootstrap 5 integration for Django.
Package name
Unfortunately, someone squatted on the django-bootstrap-v5 (as well as 6, 7, 8 etc) name in PyPi in 2013, so I had to modify the name of this package accordingly.
Goal
The goal of this project is to seamlessly blend Django and Bootstrap 5.
Requirements
Python 3.6 or newer with Django >= 2.2 or newer.
Documentation
The full documentation is at https://django-bootstrap-v5.readthedocs.io/
Installation
-
Install using pip:
pip install django-bootstrap-v5
Alternatively, you can install download or clone this repo and call
pip install -e .. -
Add to
INSTALLED_APPSin yoursettings.py:INSTALLED_APPS = ( # ... "bootstrap5", # ... )
-
In your templates, load the
bootstrap5library and use thebootstrap_*tags:
Example template
{% load bootstrap5 %}
{# Display a form #}
<form action="/url/to/submit/" method="post" class="form">
{% csrf_token %}
{% bootstrap_form form %}
{% buttons %}
<button type="submit" class="btn btn-primary">Submit</button>
{% endbuttons %}
</form>
Demo
A demo app is provided in demo. You can run it from your virtualenv with python manage.py runserver.
Bugs and suggestions
If you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.
https://github.com/zelenij/django-bootstrap-v5/issues
License
You can use this under BSD-3-Clause. See LICENSE file for details.
Author
Developed and maintained by Andre Bar'yudin
Original authors:
Thanks to everybody that has contributed pull requests, ideas, issues, comments and kind words.
Please see AUTHORS.md for a list of contributors.
Release files for django-bootstrap-v5 1.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-bootstrap-v5-1.0.11.tar.gz | 32.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_bootstrap_v5-1.0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 56.6 kB
Release files / django-bootstrap-v5-1.0.11.tar.gz
| Download URL | django-bootstrap-v5-1.0.11.tar.gz |
|---|---|
| Size | 32.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d431308859ce3cab7729bb09c76039059cd5fbdd34484da82c4c7f8d49da3a2
|
|
BLAKE2b-256 checksum How to use checksums |
ccede02ed4a607f839726745c189d50f5b02cec30fe1fc1863a1ff1e2a899616
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.12 CPython/3.9.10 Darwin/20.4.0
|
Release files / django_bootstrap_v5-1.0.11-py3-none-any.whl
| Download URL | django_bootstrap_v5-1.0.11-py3-none-any.whl |
|---|---|
| Size | 24.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a207aa804938164c8450bbbef4faaba6d2093b3236000557a50f3bd44b53d268
|
|
BLAKE2b-256 checksum How to use checksums |
ccc324f9f53fd3b42c2a3f5ea2b2cb3c31c20a4eb938869740b38480dd3ccbd4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.12 CPython/3.9.10 Darwin/20.4.0
|