Monday, September 22, 2008
Django CacheBuster Released
django-cachebuster is released, tag helpers to generate javascript and css tags with a cachebuster.
Monday, September 22, 2008
django-cachebuster is released, tag helpers to generate javascript and css tags with a cachebuster.
Comments - 3 people have already said something. Join the discussion.
Peritus said…
http://github.com/peritus/django_hashedmedia looks even better for this.
Smaller filenames, static renaming, caching hashed values, .. and not only for js/css, but a wrapper for for MEDIA_URL.
kevin said…
@Peritus - nice! thanks for the link. We'll have a look.
Peritus said…
And there is http://github.com/peritus/django_hashedfilestorage/tree/master/django_hashedfiles.py - which I use at http://brokerz.com/ for user uploaded files (i.e. avatars in my case).
I might want to write a little documentation for both projects, though.