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
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
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
3 matches
Mail list logo