Skip to main content

Bootstrap5 Repackaged for Django

Project description

Bootstrap5 Repackaged for Django

Bootstrap5 packaged in a Django reusable app.

This package includes only the original JS and CSS files.

Installation

pip install django-js-lib-bootstrap5

Usage

  1. Add "js_lib_bootstrap5" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        "js_lib_bootstrap5",
        ...
    ]
    
  2. In your template use:

    {% load static %}
    

    ...

    <link rel="stylesheet" href="{% static "js-lib-bootstrap5/css/bootstrap.css" %}">
    

    ...

    <script src="{% static "js-lib-bootstrap5/js/bootstrap.js" %}"></script>
    

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_js_lib_bootstrap5-5.3.3.1.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

django_js_lib_bootstrap5-5.3.3.1-py2.py3-none-any.whl (1.5 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_js_lib_bootstrap5-5.3.3.1.tar.gz.

File metadata

File hashes

Hashes for django_js_lib_bootstrap5-5.3.3.1.tar.gz
Algorithm Hash digest
SHA256 fab8beb167c06d0239ea4ccbd2cc9789eb949f89ee6741574174a4f9d3617633
MD5 45276ca56074efe052f4b1fd350125a8
BLAKE2b-256 a00dee239f878a0fa2d1fbb67a14f88ee32727c75b4e466c8c73037f846a3580

See more details on using hashes here.

File details

Details for the file django_js_lib_bootstrap5-5.3.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_js_lib_bootstrap5-5.3.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cd8b125e78d0b0064e8344dfb6aef3868e3bed043b82c2e34314897c44151ef0
MD5 a75dcb29be2fe50d4bfa88d4bc730da9
BLAKE2b-256 ed64d196e8e78a57c527be30c37d031dae9c9701d5cf2a3825d96067c862aa09

See more details on using hashes here.

Supported by

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