Have you guys looked at the features of the static files app [1]? I'm not sure if it will do a *versioned* collection of your static images, css and js, but it already does all the work of gathering all the static media for all your configured apps together to deploy separately in a production environment. I don't imagine it would be difficult to use this to extract a versioned collection of your static files...
Have you guys looked at the features of the static files app [1]? I'm not sure if it will do a *versioned* collection of your static images, css and js, but it already does all the work of gathering all the static media for all your configured apps together to deploy separately in a production environment. I don't imagine it would be difficult to use this to extract a versioned collection of your static files...
[1] https:/ /docs.djangopro ject.com/ en/1.3/ howto/static- files/