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
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.1.tar.gz
.
File metadata
- Download URL: django-static-html5shiv-3.7.3.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b949b5728f88ac0aea5d98104dae4a7e9902a131a882bba69ad8709fcae077f |
|
MD5 | cfee83149d6949417516622cb79177ee |
|
BLAKE2b-256 | 75f7ae9111598b5bc16ab84623d6f2c57db67602f6d048e9654ac45026f4b899 |