As I am new to python and web2py, and want to write an optimized app for speed, I agree with Mariano's suggestion.
I have tried to look into using Modules, and have learned quite a bit of how it works. However, I find the models far easier to understand and use. Thanks guys, got your book hope to learn more. :) On Wednesday, March 14, 2012 4:24:39 AM UTC+8, Mariano Reingart wrote: > > I think that using modules to hold models is good only in some cases, > so it is not something we should standarize/enforce/promote in > general. > > We should search better ways to optimize web2py. > > IMHO > > Best regards, > > Mariano Reingart > http://www.sistemasagiles.com.ar > http://reingart.blogspot.com > > On Tue, Mar 13, 2012 at 1:00 PM, Bruno Rocha <[email protected]> > wrote: > > So let me understand better, Mariano, do you think that the use of > modules > > to table-model definitions and using no-models scripts is a bad idea? > > > > > > > > -- > > > > Bruno Rocha > > [http://rochacbruno.com.br] > > > >

