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
Asked
Active
Viewed 1,271 times
1 Answers
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.
Joseph VanderStel
- 21
- 5
-
4This is not the solution. I cannot disable the cache of evryone that use my app. – Simon3 Sep 05 '18 at 10:23
-
1https://stackoverflow.com/questions/9508667/reload-flask-app-when-template-file-changes – Santhosh Dhaipule Chandrakanth Nov 24 '19 at 12:20