Skip to main content

Django application contain html5shiv static files.

Project description

Django application contain html5shiv static files.

Install

pip install django-static-html5shiv

Settings

INSTALLED_APPS = [
    ...
    "django_static_html5shiv",
    ...
]

Use static resource

{% load staticfiles %}

{% block script %}
    <script src="{% static "html5shiv/html5shiv.min.js" %}"></script>
    <script src="{% static "html5shiv/html5shiv-printshiv.min.js" %}"></script>
{% endblock %}

About package version

django-static-html5shiv Uses version number like v3.7.3.1. The first three number is the version number of html5shiv, and the last number is our build number.

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-html5shiv-3.7.3.1.tar.gz (10.8 kB view details)

Uploaded Source

File details

Details for the file django-static-html5shiv-3.7.3.1.tar.gz.

File metadata

File hashes

Hashes for django-static-html5shiv-3.7.3.1.tar.gz
Algorithm Hash digest
SHA256 1b949b5728f88ac0aea5d98104dae4a7e9902a131a882bba69ad8709fcae077f
MD5 cfee83149d6949417516622cb79177ee
BLAKE2b-256 75f7ae9111598b5bc16ab84623d6f2c57db67602f6d048e9654ac45026f4b899

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