We just switched our project to using the Django 0.96 framework, and
almost whenever we have a bug, the server just silently dies with a
500.  Very occasionally, it give us an error report in the browser.

Under webapp, we'd always get a nice report of the problem that made
it easy to diagnose (such as function requires 3 args, but you are
calling it with 2).

In the Django settings.py, we do have this set
DEBUG = True
TEMPLATE_DEBUG = DEBUG

Any thoughts or help?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to