Please do not change that. It is a speedup technique that is important on GAE. This is a false problem. You are modifying your app while running the dev_appengine. You should be surprised that some some changes are reflected in the app not that some aren't.
You should not develop on the google app engine. Only use for testing before deployment. Massimo On May 14, 10:02 am, allieus <allieus...@gmail.com> wrote: > Modify the following temporary and is being developed. > > # gluon/compileapp.py : 301 > def run_view_in(environment): > # ... > if is_gae: > # ccode = getcfs(layer, filename, lambda : \ > # compile(parse_template(response.view, > # os.path.join(folder, 'views/'), > # context=environment).replace('\r\n', > '\n'), > # layer, 'exec')) > ccode = parse_template(response.view, os.path.join(folder, > 'views/'), context=environment) > # ... > > In Model and Controller, this problem does not occur. ONLY View. > That does not really understand. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---