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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-bootstrap-v5-1.0.3.tar.gz
  • Upload date:
  • Size: 32.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.6 Linux/5.8.0-50-generic

File hashes

Hashes for django-bootstrap-v5-1.0.3.tar.gz
Algorithm Hash digest
SHA256 461dc271ca5c48674271af7796edf87c922f34bdd75c5b635096795412e5a4a9
MD5 b7bfc719edbc9a88a053d078a2cce8af
BLAKE2b-256 8159186ea6b83f925ba266be66ebf740b08144da1b5fff655ed2d10db3c5198d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_bootstrap_v5-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.6 Linux/5.8.0-50-generic

File hashes

Hashes for django_bootstrap_v5-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a6b67015d039545e76df301270474274cd3b14aa2931862fc1f4e499857ce38d
MD5 a66a5aa7e178e308e2ed5baada78ccae
BLAKE2b-256 1ac171cd0459fe693648508fdd1e0deca9f3df4e32d6bb5ca98f21558519c03b

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