I am currently working on a project using Django and Django Templates.
For this project, I had to adjust the design and tweak some of the CSS in the static files.
I had previously been running the server on a Google profile for a while.
However, after completing my changes, and running the server on that same Google profile, none of the changes I've made was displayed.
When I run the server on a guest account, change my Google profile, or run the server on Safari, the changes appear.
I'm curious to know why this is happening.
Any ideas?