Forums

Hard refresh of HTML page

I want to know how to hard refresh an HTML page. I''m trying to update my portfolio https://www.pythonanywhere.com/user/elksie5000/files/home/elksie5000/mysite/templates/portfolio.html and despite various attempts it doesn't reflect the underlying HTML. Why?

I don't know if this is your exact problem but I ran into a similar problem. If you are sure your web app is not reflecting underline code it might be because you need to reload the website from pythonanywhere. You can do so by going to web tab and you should have a reload option after a link to your website

Depends on which browser you're using, a quick google search should tell you

I tried several different browsers (cleaning their files/cache), and what I faced is: if I make new changes, it is reflecting the new one and not the old :D. I solved it by modifying HTML on my PC and sending changes through GitHub (not modifying HTML from pythonanywhere interface).