I've noticed the same thing for quite some time... I'm on 2.8.2 stable as well. These are the the first 2 lines of my db.py
from gluon.custom_import import track_changes track_changes(True) -Jim On Thursday, February 13, 2014 11:09:25 AM UTC-6, Brando wrote: > > 2.8.2 stable, OSX, web2py.app > > > > > > > On Wednesday, February 12, 2014 6:11:55 PM UTC-8, Richard wrote: >> >> Brando, which version of web2py you experiment this issue? >> >> Richard >> >> >> On Wed, Feb 12, 2014 at 9:06 PM, Brando <[email protected]> wrote: >> >>> I consolidated all of my different modules to 1 module file and it is >>> now working. >>> >>> >>> >>> >>> >>> >>> >>> >>> On Wednesday, February 12, 2014 4:08:04 PM UTC-8, Brando wrote: >>>> >>>> I've put the following in my model: >>>> >>>> from gluon.custom_import import track_changes >>>> track_changes(True) >>>> >>>> and all modules i am working with are in the "modules" folder within >>>> the app. >>>> >>>> >>>> >>>> The last thread I read on here says that this functionality isn't >>>> working. Is that the case? Development is taking a really long time >>>> since >>>> i have to manually restart the app every time I want the modules refreshed. >>>> >>>> Also, I do understand that the track_changes feature is intended for >>>> development only. I don't plan on using this in production. >>>> >>>> >>>> Any suggestions? >>>> >>> -- >>> Resources: >>> - http://web2py.com >>> - http://web2py.com/book (Documentation) >>> - http://github.com/web2py/web2py (Source code) >>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "web2py-users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

