I wish.....currently in the long line waiting for an invite.... >From what I've read django seems limited on appengine, no models, I'm assuming this is because the ORM still needs porting, is anyone going to look at this, or is the plan to just go with google models? Any thoughts, or am I totally wrong?
I'm dying to have a go on it... Mat -----Original Message----- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shabda Sent: 08 April 2008 09:59 To: Django users Subject: Anybody successfully deployed Django to appengine? Having some problems 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 -~----------~----~----~----~------~----~------~--~---