[web2py] Re: disable insertion for crud.create/update on DEMO_MODE

2010-12-06 Thread selecta
on the idea of changing things in the dal - it may be a good idea for me to add an abstraction layer for create/update ... i have to think about it an test what is the best/simplest solution for me thanks On Dec 2, 8:20 pm, mdipierro wrote: > I could easily add this feature but should it be done

[web2py] Re: disable insertion for crud.create/update on DEMO_MODE

2010-12-02 Thread mdipierro
I could easily add this feature but should it be done only for crud? Perhaps the demo mode should be done at the dal layer. Massimo On Dec 2, 12:37 pm, selecta wrote: > I want to create a demo mode for my application where everything > should look like it works nomally but the actual insertion o