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 hashes)

Uploaded Source

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