Bootstrap 5 support for Django projects
Project description
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_APPS
in yoursettings.py
:INSTALLED_APPS = ( # ... "bootstrap5", # ... )
-
In your templates, load the
bootstrap5
library 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.
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 django-bootstrap-v5-1.0.11.tar.gz
.
File metadata
- Download URL: django-bootstrap-v5-1.0.11.tar.gz
- Upload date:
- Size: 32.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.10 Darwin/20.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d431308859ce3cab7729bb09c76039059cd5fbdd34484da82c4c7f8d49da3a2 |
|
MD5 | eec8bd3244b5f888c88cbefcfd408b7a |
|
BLAKE2b-256 | ccede02ed4a607f839726745c189d50f5b02cec30fe1fc1863a1ff1e2a899616 |
File details
Details for the file django_bootstrap_v5-1.0.11-py3-none-any.whl
.
File metadata
- Download URL: django_bootstrap_v5-1.0.11-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.10 Darwin/20.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a207aa804938164c8450bbbef4faaba6d2093b3236000557a50f3bd44b53d268 |
|
MD5 | f9123b4634717813a14d24f0b3b7b8c5 |
|
BLAKE2b-256 | ccc324f9f53fd3b42c2a3f5ea2b2cb3c31c20a4eb938869740b38480dd3ccbd4 |