I am trying to follow http://code.google.com/appengine/articles/django.html

Which has a line
# Log errors.
django.dispatch.dispatcher.connect(
   log_exception, django.core.signals.got_request_exception)

but log_exception is not defined/imported, so it gives a NameError. I
guess they left the correct import. By removing this line I can get
the app to run, but it does not send the tracebacks to admin console.
Any body knows the correct import to use here?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to