Metadata-Version: 2.4
Name: django-include-bootstrap
Version: 5.3.8.1
Summary: Includes bootstrap css/js and a default template to make it easier to use Bootstrap with Django
Author: Paul Traylor
License-Expression: MIT
Project-URL: issues, https://codeberg.org/kfdm/django-include-bootstrap/issues
Project-URL: source, https://codeberg.org/kfdm/django-include-bootstrap
Project-URL: download, https://pypi.org/project/django-include-bootstrap/
Keywords: bootstrap,django
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: Django>=4.2

# Minimal Django Bootstrap5


Includes the Bootstrap javascript and css files, along with a minimal bootstrap template to make it easier to use bootstrap with Django.


Defined blocks

- title
- styles
- head
- container
- content
- subnav
- footer
- javascript

Defined includes

- head.inc.html
- navbar.inc.html
- messages.inc.html
- footer.inc.html
