Skip to main content

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


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)

Uploaded Source

File details

Details for the file django-static-jquery3-3.3.1.1.tar.gz.

File metadata

File hashes

Hashes for django-static-jquery3-3.3.1.1.tar.gz
Algorithm Hash digest
SHA256 4a0b25fc100e273d2c2ffb28beeb7b770448a4aaeee206b22532b09f31e676bc
MD5 931e9aa564634bf3dc1bbc85d68a1546
BLAKE2b-256 c6cf0020c2e2cdc4794c455e513081678ad66dea438268a0fc0e3b49e2e84f0e

See more details on using hashes here.

Provenance

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