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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-bootstrap-v5-1.0.10.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

Hashes for django-bootstrap-v5-1.0.10.tar.gz
Algorithm Hash digest
SHA256 c3e141512cde4aa9a1b8e07a01bc3ee7504e37906c406b966b8841a9b06fdaab
MD5 f4da2ec58875dd7ba377867cca756a47
BLAKE2b-256 a673442ea96d185dd58ed77464827dba9f7f0ffbdfd627d978c8475d584658b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_bootstrap_v5-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 07d0c1e5940b244df36eac18f5595eca4f28b8d3722ddb937c9ec1dfc8d22a33
MD5 2299f858c60063cd9bb361556acaf646
BLAKE2b-256 db79af419344c200a34d1d50e68ad9b498f87f72ba1035963ea3192dc004186c

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