Skip to main content

Django application contain bootstrap static files.

Project description

django-static-bootstrap

Django application contain bootstrap static files.

Install

pip install django-static-bootstrap

Settings

INSTALLED_APPS = [
    ...
    'django_static_bootstrap',
    ...
]

Use static resource

{% load staticfiles %}

<link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}">
<script src="{% static "admin/js/vendor/jquery/jquery.js" %}"></script>
<script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
  • You can use django's jquery.js, but be careful about django's jquery.init.js. bootstrap/js/bootstrap.min.js must be loaded after jquery.js and before jquery.init.js.
  • If you are not using django framework, you can try django-static-jquery3>=5.0.0 to get jquery.js.

About releases

The first three number is the same with bootstrap project's version. The fourth number is our release number, it's optional.

Releases

v3.3.7.1 2018/03/27

  • First release.

v4.4.1 2020/02/27

  • Upgrade the resources to version 4.4.1.

v4.4.1.2 2020/09/08

  • No depends on django.

v4.4.1.4 2023/09/15

  • Doc update.

v4.6.2.1 2023/09/16

  • Upgrade to bootstrap v4.6.2.

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-static-bootstrap-4.6.2.1.tar.gz (740.6 kB view hashes)

Uploaded Source

Built Distribution

django_static_bootstrap-4.6.2.1-py3-none-any.whl (755.6 kB view hashes)

Uploaded Python 3

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