Skip to content

ericbuckley/django-dated-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

About

The purpose of this library is to provide a template tag that can be used to format media files with a timestamp query parameter; the timestamp is based on the last modification time.

{% load dated_static %}
<link rel="stylesheet" href="{% dated_static 'css/style.css' %}" type="text/css" media="screen" charset="utf-8"/>

About

Django templatetag library that adds modification time query params to static files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages