I'm developing a html5 mobile site, with django as the backend and test server, testing the page in Chrome and Safari in my iPhone.
The problems is, when I changed my css or js files, refreshing Safari will reload the new static files, but Chrome will not, not matter how many times I do refresh.
How can I disable Chrome cache of static files? Chrome setting? Or change my django app code to add some http headers?