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 hashes)

Uploaded Source

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