0

There is a way to disable cache for a spacific page in flask? I have some problem working whit bootstrap-calendar that read data from json. If the calendar has cache data it will not update event. If i clean cache or usa incognito mode i have no problem. I have no idea on how to solve my problem

Simon3
  • 45
  • 1
  • 8

1 Answers1

0

This is a problem with your browser, rather than Flask.

If you're using Chrome you can open up Developer Tools > Network > Disable Cache. The cache will remain disabled for that specific page while Dev tools is open.

If I'm not using Dev tools, I like to undock it in a separate window and then minimize it to keep my workflow clear.