Skip to main content

Django application contain respond static files.

Project description

Django application contain respond static files.

Install

pip install django-static-respond

Settings

INSTALLED_APPS = [
    ...
    "django_static_respond",
    ...
]

Use static resource

{% load staticfiles %}

{% block script %}
    <script src="{% static "respond/respond.min.js" %}"></script>
{% endblock %}

About the version

django-static-respond uses version number like v1.4.2.1. The first three number is the version of the respond static files, and the last number is the build number of this package.

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-respond-1.4.2.1.tar.gz (9.1 kB view details)

Uploaded Source

File details

Details for the file django-static-respond-1.4.2.1.tar.gz.

File metadata

File hashes

Hashes for django-static-respond-1.4.2.1.tar.gz
Algorithm Hash digest
SHA256 4a0c840f98b23d73cac91fd81dd54376e513cd567e581cb8741d8c042ba86d14
MD5 790982522d832fcd108f8dcb4dad1ac6
BLAKE2b-256 4dc9019cdc4794dbe7cde46fe6fbc7af4f13214c644226b25e157c8493ea75b0

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