|
|
|
|
|
by arthur_debert
5419 days ago
|
|
On universalsubtitles.org, we're doing something pretty similar to that. 1) Move all static media to a unique hash (we get that from git's commit id, making it trivial to correlate code & static) to /[static-media]/[static-cache]/[git commit uid]/...path to file 2) Set the MEDIA url accordingly The nice thing about this is that the generated file names are very readable and you always know what changeset generated it just by looking.
It's open source if someone finds it useful https://github.com/8planes/mirosubs/tree/master/apps/unisubs... |
|