Skip to main content

Django application contain html5shiv static files.

Project description

django-static-html5shiv

Django application contain html5shiv static files.

Install

pip install django-static-html5shiv

About static resources of html5shiv

  • We get all static resources of html5shiv from https://github.com/aFarkas/html5shiv/releases without any changes.
  • The license about all the static resources of html5shiv obey html5shiv's license.
  • We don't guarantee the latest html5shiv version.

Settings

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

Use static resource

{% load staticfiles %}

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

About package version

  • django-static-html5shiv Uses version number like v3.7.3.1.
  • The first three numbers are the version number of html5shiv.
  • the fourth number is our release number.

Releases

v3.7.3.3 2020/09/02

  • No depends on django.
  • Turn to the package as a pure static wrapper package.

v3.7.3.2 2020/03/09

  • Use python standard package structure.
  • Use markdown for README.md.

v3.7.3.1 2018/03/28

  • First release.

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.3.tar.gz (10.4 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