Hi,
Here's the background:
I wrote a web app in django, pure django with no GAE.
Then I wanted to port to GAE so I used app-engine-patch.
The problem:
I finally finished porting it today and it seems to run fine on my own
system, so I uploaded it to GAE.
The upload seemed to complete successfully, and my application is now
displayed in the GAE admin, but when I try to access the site I get a
500 error and in the logs I get a number of exceptions.
This is the first exception that is thrown.
I can post the other 3-4 if they are requested.
Does anyone have any suggestions?
<type 'exceptions.AttributeError'>: 'module' object has no attribute
'Manager'
Traceback (most recent call last):
File "/base/data/home/apps/swewi-swenglish/1.330766009341210472/
common/appenginepatch/main.py", line 67, in <module>
main()
File "/base/data/home/apps/swewi-swenglish/1.330766009341210472/
common/appenginepatch/main.py", line 26, in real_main
util.run_wsgi_app(application)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 76, in run_wsgi_app
result = application(env, _start_response)
File "/base/data/home/apps/swewi-swenglish/1.330766009341210472/
common/zip-packages/django-1.0.2.zip/django/core/handlers/wsgi.py",
line 228, in __call__
File "/base/data/home/apps/swewi-swenglish/1.330766009341210472/
common/zip-packages/django-1.0.2.zip/django/core/handlers/base.py",
line 38, in load_middleware
File "/base/data/home/apps/swewi-swenglish/1.330766009341210472/
common/appenginepatch/ragendja/sites/dynamicsite.py", line 2, in
<module>
from django.contrib.sites.models import Site
File "/base/python_dist/lib/python2.5/py_zipimport.py", line 239, in
load_module
exec code in mod.__dict__
File "/base/data/home/apps/swewi-swenglish/1.330766009341210472/
common/zip-packages/django-1.0.2.zip/django/contrib/sites/models.py",
line 7, in <module>
Thanks,
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---