Skip to main content

# 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.

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-md5url-0.1.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file django-static-md5url-0.1.tar.gz.

File metadata

File hashes

Hashes for django-static-md5url-0.1.tar.gz
Algorithm Hash digest
SHA256 6a77c895eec9e3b989477bab938638fc2c584d83ccfcebadc9b10d5eb5683b52
MD5 18b3419aa93261957d406d6669fdd733
BLAKE2b-256 f3997834de47d63dcd48b4219d8c9ec952b19bc803ba10c63b4a99d94b3a1add

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page