kamalgill / flask-appengine-template

Boilerplate project template for running Flask on Google App Engine -- supplanted by https://github.com/kamalgill/cloud-starterkit-flask-appengine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The list_example didn't update instantly

yodalee opened this issue · comments

I got one problem that after add/edit/delete an example, the result won't update instantly.
Manually reload the page to see the modification is needed.
This will cause the problem that if user click the delete button, the message won't disappear. The user can press the delete button second time and the website will crash.

I found that this issue is caused by the way I fetch database, not the template problem.