On Mon, May 2, 2011 at 5:20 PM, pierreth <[email protected]> wrote:
> How can I read a boolean like DEBUG set in models or controllers from > a module located in gluon? This is an aspect I don't know how to > implement. you need to pass globals() to the module in the same way Auth and Crud does. (take care of reloading the module to update globals on that context)

