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?

