On Tue, Jan 20, 2009 at 3:52 PM, Rodrigo Moraes wrote: > this is a really common issue and should be added to the FAQ if it is > not there already (sorry, i didn't check).
uh, an update. it is in the FAQ [1]. see: Q: The first time I load my application, it is blank. After that it works fine. What is wrong? A: This is due to the way that App Engine handles app caching. To fix it, simply include this at the bottom of your file: if __name__ == "__main__": main() [1] http://knol.google.com/k/marce/app-engine-community-faqs/vkzeph4si12v/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
