Do you have your Django error reporting hooked up correctly according to this article? http://code.google.com/appengine/articles/django.html
Particulary, this line: # Log errors. django.dispatch.dispatcher.connect( log_exception, django.core.signals.got_request_exception) You should be able to get it to log errors and also display your own 500 template. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
