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.7.tar.gz (32.6 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.7-py3-none-any.whl (24.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-bootstrap-v5-1.0.7.tar.gz
  • Upload date:
  • Size: 32.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.9.7 Linux/5.13.0-20-generic

File hashes

Hashes for django-bootstrap-v5-1.0.7.tar.gz
Algorithm Hash digest
SHA256 55d3b0bef48a14491eb3429a1839857183c7b61ad1fbad1289a2fa1efedd4c99
MD5 fdd06a7434af7fd1e1706843a61fea6e
BLAKE2b-256 89cde958128b0bbab7a1cbfe933f0cb752c502e4f20fe13bf71920f9ed6787f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_bootstrap_v5-1.0.7-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.7 Linux/5.13.0-20-generic

File hashes

Hashes for django_bootstrap_v5-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 49c0c56742874210ae9d8428458960fbcd5c623857bc4bb6a14bcbaa0fca1d3c
MD5 7e954044631f6558cbc70a9145f15e5d
BLAKE2b-256 33a88835378ce5519881533578ffef443fce5b5e6704b1c5375e6fbd68dab422

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