1
 

More like this

  1. by mikko 6 years, 1 month ago
  2. by mikko 5 years, 10 months ago
  3. by mikko 5 years, 9 months ago
  4. by mikko 5 years, 9 months ago
  5. by mikko 5 years, 8 months ago

Comments

theperitus (on September 26, 2008):

Have a look at http://github.com/peritus/django_hashedmedia/

That's the far superior solution.

#

dnordberg (on September 26, 2008):

Also this is a dup of http://www.djangosnippets.org/snippets/946/, which includes additional information on usage and possible issues

#

mikko (on September 26, 2008):

i knew it had to be a dupe, i just couldn't find it for some odd reason... why is the django_hashedmedia superior?

#

dnordberg (on September 27, 2008):

django_hashedmedia is good if you are distributing your media off more than one host (because then modification times may differ), otherwise, i think it's a bit much for a something that can be solved using a simple templatetag, also you have to call the management command each time you make changes.

#

(Forgotten your password?)