Hi: In rails, if I import a css file or javascript file, the url will be like this
<script type="text/javascript" src="some.js?<ETag here>"></script>
if I upgrade the some.js the etag will be changed, so my browser can cache the static resource smartly and update the cache when necessary.
Is there a way to do it in django?