Do you mean why can't you do {{ settings.DEBUG }} in a template?

Or are you talking about the debug error messages?

On Fri, Jan 31, 2014 at 3:40 PM, Arnold Krille <arn...@arnoldarts.de> wrote:

> On Fri, 31 Jan 2014 08:16:02 -0800 (PST) jaroslaw.b...@gmail.com wrote:
> > DEBUG = True, does not show debug in browser
> > why is that?
>
> It won't show 'debug' in the browser, debug is logged whereever you
> define your logging to go to. It will show errors in the browser and
> (if used) show the debug-toolbar. And it will also only show that if
> the request comes from an INTERNAL_IP (thats a setting).
>
> - Arnold
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to