No longer detecting change in templates Follow
Answered
It used to be that if I changed a template during a running debug session and refreshed the browser, the change in the template would be picked up. Now I have to rerun the Debug console in order for it to see the change. As rerunning takes 42 seconds on this large project, it gets a bit frustrating! Is there a setting that has become unset or has this functionality changed?
Please sign in to leave a comment.
Hi Phoebebright! Could you try running your project from the command line? I believe PyCharm has nothing to do with this logic. Your browser can cache HTML files and cause this confusing behaviour.
Yes you are right, still happens.
I have already turned cache of in my browser (at least I ticked the box) any other suggestions very welcome!
Never did resolve this - some projects work as expected with template changes being reflected when the browser page is refreshed, but I created a new project recently which not only doesn't recognise template changes but doesn't restart debug when I make a change to the python code, so I am forever clicking the rerun icon. Yet if I load another current project, template changes are updated and debug reruns itself. There must surely be a setting somewhere that I have inadvertently turned off?