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 <[email protected]> wrote: > 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 <[email protected]> wrote: > > > > > I want to create a demo mode for my application where everything > > should look like it works nomally but the actual insertion of data > > should be prevented. Is it possible to do that if I use crud.create/ > > update?? Or should I replace all forms with form_factory forms?

