Skip to main content

A template tag for generating a URL for a static file, with a version string which will be effectively unique based on the contents of the file.

Project description

A {% versioned_static %} template tag for generating a URL for a static file, with a version string which will be effectively unique based on the contents of the file.

Example

/static/css/global.css?a23bd10

Installation

# settings.py
INSTALLED_APPS += ['django.versioned_static']

Usage

# template file
{% load versioned_static %}
<link rel="stylesheet" href="{% versioned_static 'css/global.css' %}" />

Outputs

<link rel="stylesheet" href="/static/css/global.css?v=feb0d0e" />

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-versioned-static-url-0.1.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file django-versioned-static-url-0.1.tar.gz.

File metadata

File hashes

Hashes for django-versioned-static-url-0.1.tar.gz
Algorithm Hash digest
SHA256 a6b8276f358e1dccf61b53fc692e516d322bc2060fdddf1109ddd35efb43cf3b
MD5 10cf72f0d1ed3e933f676b55a88d84a7
BLAKE2b-256 b86cdd7339f14d409d85ad9709aa632d0248666683b1817bb548421ee0ddc44d

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