You can just add something to the updated js / css file like this. For example, the version is "? V = 1.0".
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}_css/style.css?v=1.6">
Thus, every time the browser detects a change, it automatically retrieves a new file. Simple and clean.
source share