Re: Google App Engine & Django

2008-04-08 Thread brox
I was able to get a simple Django application up and running: http://blog.broxrost.com/index.php/2008/04/08/django-on-google-app-engine/ I agree with the other posters that the model API seems a bit lacking. Without having studied it too closely, it seems that using GQL in model queries is the n

Re: Anybody successfully deployed Django to appengine? Having some problems

2008-04-08 Thread brox
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