Sorry, just figured Django already has that !
https://docs.djangoproject.com/en/3.0/ref/contrib/staticfiles/#manifeststaticfilesstorage
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from th
Currently, if yourscript.js is served with {% static 'yourscript.js' %}, you
open the page in your browser, then change some HTML and yourscript.js and
redeploy, reload the page without refreshing browser cache manually then you
will see the new HTML with the old version of yourscript.js.
This