[web2py] Re: Getting web2py to reload module files for each return view

2016-04-20 Thread Alex Benfica
Hi! I'm afraid this solution does not work on App engine development environment. Is there any other way? Em sexta-feira, 24 de outubro de 2014 21:52:03 UTC-2, Massimo Di Pierro escreveu: > > Normally modules are not reloaded because they are cached by python. > web2py can bypass this, depen

[web2py] Re: Getting web2py to reload module files for each return view

2014-10-26 Thread tahnoon pasha
Thanks Massimo. Perfect. On Saturday, 25 October 2014 07:52:03 UTC+8, Massimo Di Pierro wrote: > > Normally modules are not reloaded because they are cached by python. > web2py can bypass this, depending on where the modules are located. If you > kwwp in your modules in the web2py app/modules fo

[web2py] Re: Getting web2py to reload module files for each return view

2014-10-24 Thread Massimo Di Pierro
Normally modules are not reloaded because they are cached by python. web2py can bypass this, depending on where the modules are located. If you kwwp in your modules in the web2py app/modules folder then you can do in your models/db.py DEBUG=True from gluon.custom_import import track_changes; tr