Re: [web2py] Re: web2py best practices/patterns

2013-01-22 Thread samuel bonilla
I use Model Less App And it works very good http://www.web2pyslices.com/slice/show/1479/model-less-apps-using-data-models-and-modules-in-web2py 2013/1/22 Bruno Rocha > > On Tue, Jan 22, 2013 at 3:09 PM, Richard Vézina < > ml.richard.vez...@gmail.com> wrote: > >> Does Model Less approach still re

Re: [web2py] Re: web2py best practices/patterns

2013-01-22 Thread Bruno Rocha
On Tue, Jan 22, 2013 at 3:09 PM, Richard Vézina wrote: > Does Model Less approach still relevent with the new lazy table feature?? No need to use this module based approach (unless you want), now with lazy_tables it is better to use the standard ways to avoid extra loads. --

Re: [web2py] Re: web2py best practices/patterns

2013-01-22 Thread Richard Vézina
Does Model Less approach still relevent with the new lazy table feature?? Richard On Mon, Jan 21, 2013 at 7:15 PM, samuel bonilla wrote: > look, this is for big project : > > Model Less Apps (using data models and modules in web2py) > > > http://www.web2pyslices.com/slice/show/1479/model-less-a

[web2py] Re: web2py best practices/patterns

2013-01-21 Thread samuel bonilla
look, this is for big project : Model Less Apps (using data models and modules in web2py) http://www.web2pyslices.com/slice/show/1479/model-less-apps-using-data-models-and-modules-in-web2py <