Denis
unread,Nov 13, 2008, 12:39:38 PM11/13/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
All my request that go through Django throw this exception:
<class 'django.dispatch.errors.DispatcherKeyError'>: 'No receivers
found for signal <object object at 0xa0f78933d8597a88> from sender
_Any'
Traceback (most recent call last):
File "/base/data/home/apps/<myapp>/96.1/main.py", line 26, in
<module>
django.core.signals.got_request_exception)
File "/base/python_lib/versions/1/django/dispatch/dispatcher.py",
line 213, in disconnect
sender
All non-Django stuff works well.
line 26 is:
django.dispatch.dispatcher.disconnect
(django.db._rollback_on_exception,
django.core.signals.got_request_exception)
Are migrating to Django 1.0??