On Sun, Feb 8, 2009 at 2:20 PM, Devel63 <danstic...@gmail.com> wrote:
> > Django is raising an exception while trying to process an exception, > resulting in no stack traces ... for many different types of errors. > > It has the problem in debug.py, at this line under > technical_500_response: > return HttpResponseServerError(t.render(c), mimetype='text/html') > > I have DEBUG=True, and TEMPLATE_DEBUG = DEBUG. The situation arises > for almost any error (undefined var, missing func arg, call to > undefined member func, etc.), but in some cases it does actually > generate a stack trace! > Ditto what Russ said: I've not seen this. Your earlier note, which I had in my list of things to go back to and try to answer when I had more time if no one else responded, mentions you are using Google App Engine...does that apply to what you are talking about here? I've not done a lot with GAE, but some,and I haven't seen this behavior there either -- I get regular Django debug pages under GAE, though actually I'm only 100% sure of that when running in the development environment, I don't know that I've tested it on a deployed project. So specifics of a small test case that demonstrates the problem you are seeing would help track this down -- it doesn't seem to be behavior people are seeing generally. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---