Automatic asset versioning in Django
Following on from Ed [http://ejeliot.com]'s "Automatic versioning of CSS, JavaScript and Images [http://www.ejeliot.com/blog/125]" here is a method to version filenames based on modification times to be used in Django as a template tag. This is really handy technique for…