Skip to main content

Bootstrap 5 support for Django projects

Project description

django-bootstrap v5

This package builds on top of the excellent django-bootstrap4 package.

CI Coverage Status Latest PyPI version Any color you like

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

  1. Install using pip:

    pip install django-bootstrap-v5
    

    Alternatively, you can install download or clone this repo and call pip install -e ..

  2. Add to INSTALLED_APPS in your settings.py:

    INSTALLED_APPS = (
        # ...
        "bootstrap5",
        # ...
    )
    
  3. In your templates, load the bootstrap5 library and use the bootstrap_* 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-bootstrap-v5-1.0.6.tar.gz (32.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_bootstrap_v5-1.0.6-py3-none-any.whl (24.2 kB view details)

Uploaded Python 3

File details

Details for the file django-bootstrap-v5-1.0.6.tar.gz.

File metadata

  • Download URL: django-bootstrap-v5-1.0.6.tar.gz
  • Upload date:
  • Size: 32.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.9.5 Linux/5.11.0-37-generic

File hashes

Hashes for django-bootstrap-v5-1.0.6.tar.gz
Algorithm Hash digest
SHA256 78b8efdfe4a096014292794bc2500376d4c81ac0b7e893c2d1ddcdfd67b83c76
MD5 f53cd54637614dacea1c5ea762a8e409
BLAKE2b-256 88022084f41aab27625ff28116789003a8199a6aef30b1f6a598dc7450ed210c

See more details on using hashes here.

File details

Details for the file django_bootstrap_v5-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: django_bootstrap_v5-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.9.5 Linux/5.11.0-37-generic

File hashes

Hashes for django_bootstrap_v5-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 07468bd9713ff17e361ff4dde9c34697f58b447eff01dbe1a52154fc9b5cdd5a
MD5 0c2c573c4dd2c69973b072d7f5996f24
BLAKE2b-256 39df53fcef1d0d4600ef5296bd8110b1169db79b2029d9214bc2521a16a908ee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page