Django application contain jquery3 static files.
Project description
Django application contain jquery static files
Install
pip install django-static-jquery3
Settings
INSTALLED_APPS = [ ... "django_static_jquery3", ... ]
Use static resource
{% load staticfiles %} {% block script %} <script src="{% static "jquery3/jquery.js" %}"></script> <script src="{% static "jquery3/jquery.min.js" %}"></script> <script src="{% static "jquery3/jquery.min.map" %}"></script> <script src="{% static "jquery3/jquery.slim.js" %}"></script> <script src="{% static "jquery3/jquery.slim.min.js" %}"></script> <script src="{% static "jquery3/jquery.slim.min.map" %}"></script> {% endblock %}
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
django-static-jquery3-3.3.1.1.tar.gz
(295.8 kB
view details)
File details
Details for the file django-static-jquery3-3.3.1.1.tar.gz
.
File metadata
- Download URL: django-static-jquery3-3.3.1.1.tar.gz
- Upload date:
- Size: 295.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a0b25fc100e273d2c2ffb28beeb7b770448a4aaeee206b22532b09f31e676bc |
|
MD5 | 931e9aa564634bf3dc1bbc85d68a1546 |
|
BLAKE2b-256 | c6cf0020c2e2cdc4794c455e513081678ad66dea438268a0fc0e3b49e2e84f0e |