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.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.2.tar.gz (11.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: django-static-html5shiv-3.7.3.2.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for django-static-html5shiv-3.7.3.2.tar.gz
Algorithm Hash digest
SHA256 d8206e747b1449ac4480e82296b3d8728d9f8e53af07f0f0952c3c02b6c5a9fc
MD5 b2a6d63b4136bc4137f95c844087d85d
BLAKE2b-256 a4f76d515abf579a740eec9c9db201d7aebe82723f82f3ea5fb32f379e8e7922

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