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
-
Add
"js_lib_bootstrap5"
to yourINSTALLED_APPS
setting like this::INSTALLED_APPS = [ ... "js_lib_bootstrap5", ... ]
-
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
Built Distribution
File details
Details for the file django_js_lib_bootstrap5-5.3.3.1.tar.gz
.
File metadata
- Download URL: django_js_lib_bootstrap5-5.3.3.1.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fab8beb167c06d0239ea4ccbd2cc9789eb949f89ee6741574174a4f9d3617633 |
|
MD5 | 45276ca56074efe052f4b1fd350125a8 |
|
BLAKE2b-256 | a00dee239f878a0fa2d1fbb67a14f88ee32727c75b4e466c8c73037f846a3580 |
File details
Details for the file django_js_lib_bootstrap5-5.3.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_js_lib_bootstrap5-5.3.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd8b125e78d0b0064e8344dfb6aef3868e3bed043b82c2e34314897c44151ef0 |
|
MD5 | a75dcb29be2fe50d4bfa88d4bc730da9 |
|
BLAKE2b-256 | ed64d196e8e78a57c527be30c37d031dae9c9701d5cf2a3825d96067c862aa09 |