When I shut down my PC and reopen my project every time I have to change the CSS file name to see the changes on the web. I have tried many ways to fix these issues.
I have researched online but I did not find any answer on this.
I have tried these ways to fix this error:
- I have tried settings up
STATIC_ROOT=''
. - I have tried setting up
STATICFILES_DIRS=[]
.
Please guide me to solve this error.