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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-static-html5shiv-3.7.3.3.tar.gz
.
File metadata
- Download URL: django-static-html5shiv-3.7.3.3.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 260bb3a853cbe7e908b462b214b4e799a6fee612b1a857043e0ddbe81f93dd65 |
|
MD5 | 9a1394ac5c1030248759b40528ec0e5f |
|
BLAKE2b-256 | c159abc745c9fd8dfce17c8e42cab820f7fa9cfd178d188d55deb562dbf80884 |