On Nov 13, 5:07 pm, Jonathan Lundell <[email protected]> wrote: > On Nov 13, 2010, at 12:47 PM, pierreth wrote: > > If this is an application-specific flag (that is, unless the web2py core > takes it into consideration), why wouldn't you just set it in your > first-parsed model?
This is what I did. But I believe it would better to have it at the web2py core. This way, it is the same convention for all applications and plug-ins. It enables plug-ins to know in what mode they are running so they can react accordingly. Otherwise, everyone will use its own convention.

