There are probably lots of caches between your browser and your app, including your own browser. The best way to handle forcing a cache update is to use a cache-busting strategy, such as including the version number in the resource paths. You can google for other methods too.
You might also want to set some of the cache settings: http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers Robert On Sun, May 1, 2011 at 18:07, AlejandroJoseSanchezRodriguez <[email protected]> wrote: > I have a domiain aliasing on http://www.domain.dom, from www.poclu.com > to http://pocluapp.appspot.com. > > When I make changes to the page on http://pocluapp.appspot.com, take > days to appear on www.poclu.com.. How can I fix this? Is there some > kind of "cache" data on the google servers?? > > -- > 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. > > -- 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.
