My site is in production and whenever I modify my static files it doesn't reflect changes as it seems to be cached somewhere, though I can see the see changes when fresh from network tab in "inspect". My question is how can I force Django to do it automatically for me on my user's system
Asked
Active
Viewed 34 times
1 Answers
0
Perhaps your browser caches it. Try ctrl + F5 for a hard refresh. You can't force that on a user, though. I imagine best you could do is change the file name to confuse the browser.

James Bond
- 369
- 1
- 8
-
isn't there any other method, like how other websites work? – Sean Apr 18 '20 at 11:27