Versioning django static files in production. Add md5 suffix to url
Project description
# django-static-md5url
This is extension for versioning static files in Django projects, if `PRODUCTION = True`.
For example this css file: ` <link rel="stylesheet" href="{% md5url 'base/css/styles.min.css' %}"> ` will be replace with: ` <link rel="stylesheet" href="/static/base/css/styles.min.css?v=a6e2ba64"> `
where a6e2ba64 is first 8 characters of md5 file sum.
# Installation
Install using pip ` pip install django-static-md5url `
Add ` django_static_md5url ` to INSTALLED_APPS.
# Configuration
Load `{% load md5url %}` template tag in your Django template.
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-md5url-0.1.tar.gz
.
File metadata
- Download URL: django-static-md5url-0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a77c895eec9e3b989477bab938638fc2c584d83ccfcebadc9b10d5eb5683b52 |
|
MD5 | 18b3419aa93261957d406d6669fdd733 |
|
BLAKE2b-256 | f3997834de47d63dcd48b4219d8c9ec952b19bc803ba10c63b4a99d94b3a1add |