I'm having a seriuos problem having to stop and start Google App Engine SDK 
when I want edit modules, otherwise, they are not reloaded.
The problem is that, doing this, I lose the entire database content on GAE 
SDK...

Is there a way to edit web2py modules and get then reloaded each time I run 
the app inside GAE SDK?
I have these lines on the beginning of my first model file... and it is not 
working yet...

    from gluon.custom_import import track_changes
    track_changes(True)

Any ideas?





On Saturday, April 28, 2012 10:43:42 AM UTC-3, Yarin wrote:
>
> For dev purposes, it would be nice to be able to reload modules without 
> having to restart the server- or to have a setting that automatically 
> reloads on each request- Otherwise it's almost impossible to do active 
> module development from within web2py.


On Saturday, April 28, 2012 10:43:42 AM UTC-3, Yarin wrote:
>
> For dev purposes, it would be nice to be able to reload modules without 
> having to restart the server- or to have a setting that automatically 
> reloads on each request- Otherwise it's almost impossible to do active 
> module development from within web2py.

Reply via email to