Is there a way to have CSS changes automatically update on my template without requiring me to manually refresh the page?
I've noticed this question being asked multiple times, but none of the solutions provided seem to work for me.
I attempted using this code to ensure the page loads a new version of the CSS file instead of the cached one when I refresh. However, it seems to be causing some conflicts. Here is the code snippet:
<link rel="stylesheet" href='{% static 'signup.css' %}?{% now "U" %}'>