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
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-respond-1.4.2.1.tar.gz
.
File metadata
- Download URL: django-static-respond-1.4.2.1.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a0c840f98b23d73cac91fd81dd54376e513cd567e581cb8741d8c042ba86d14 |
|
MD5 | 790982522d832fcd108f8dcb4dad1ac6 |
|
BLAKE2b-256 | 4dc9019cdc4794dbe7cde46fe6fbc7af4f13214c644226b25e157c8493ea75b0 |