Considering that I have many tables in my model files on the main app I am building &
Wanting to take the modelless approach ( slice submitted by BrunoRocha ) in order to avoid possible future bottleneck and/or latency I wanted to advise that the modelless app no longer works under web2py 2.0.x When I downloaded and installed the running test app to check it out with any 2.0.x I get the following error ticket msg : <type 'exceptions.AttributeError'> 'DataBase' object has no attribute '_lazy_tables' Can anyone help me with this ??? ... so I can make it right ... before I incorporate this approach in my app dev habit .. is there a patch for it ??? ... thank you Don --