Hi guys,
I just got an exception from the code review tool running on bugs.python.org. The server returned the full debug stack trace (which means DEBUG=True in Django). Is this intended?
Cheers, -- Alexandre
On Tue, Aug 14, 2012 at 8:32 AM, Alexandre Vassalotti alexandre@peadrop.com wrote:
Hi guys,
I just got an exception from the code review tool running on bugs.python.org. The server returned the full debug stack trace (which means DEBUG=True in Django). Is this intended?
Cheers, -- Alexandre
It used to be set to True but IIRC at some point I changed it to be False. Unless someone changed this intentionally, it's likely that the change got lost when the repo got moved to HG.
Best Regards, Ezio Melotti