Django not showing updated css files
问题 So I'm using sass to update my Django site and I am using git to version the whole thing. I recently made an update to CSS file that had some bad errors in it. Sass compiled the changes and I pushed the new version to the server. I have looked on the server and the new css file is in fact there and reflects the changes, however when I look at our site the css file is being referenced as a cached file: "/static/CACHE/css/35ed7f45f0e3.css" Unfortunatley this cached version still has the errors