You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Upgrade to SDK 1.5.5
2. run python manage.py test
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "/Users/kumar/src/google-app-engine-django/appengine_django/tests/integration_test.py", line 179, in setUp
port = start_server()
File "/Users/kumar/src/google-app-engine-django/appengine_django/tests/integration_test.py", line 55, in start_server
dev_appserver.ApplicationLoggingHandler.InitializeTemplates(
AttributeError: 'module' object has no attribute 'ApplicationLoggingHandler'
A patch to fix it is attached.
What version of the product are you using? On what operating system?
Revision 117
Please provide any additional information below.
I'm sort of stuck on this version of the django helper; I tried to upgrade my
app to the other one but ran into some snags. If you want to add me as a
committer my Google Account is [email protected] and I've already signed
the contributor agreement. I'd be happy to maintain little things like this.
Original issue reported on code.google.com by kumar.mcmillan on 5 Nov 2011 at 7:48
Original issue reported on code.google.com by
kumar.mcmillan
on 5 Nov 2011 at 7:48Attachments:
The text was updated successfully, but these errors were encountered: