I just switched over from using webapp with Google App Engine to using
Django on App Engine.

Most errors are now silently disappearing as a 500 server response,
whereas before I started using "real" Django I would get a lovely
stack trace in the browser that would often pinpoint the exact problem
(for example, calling a function with 2 args instead of 3).  I've seen
a couple of stack traces since the switch, but 99% of the time,
nothing.

My settings.py does include DEBUG=True

I hope this is just a simple newbie question, and not indicative that
I have to give up all that help!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to