On Apr 8, 10:58 am, shabda <[EMAIL PROTECTED]> wrote:
> I am trying to followhttp://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?

In case you are having problems deploying, I wrote up a short
tutorial:

http://blog.broxrost.com/index.php/2008/04/08/django-on-google-app-engine/

--Thomas

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