Did you have any luck solving this? I'm running into the same problem.
On Oct 11, 2:33 am, maverick <[EMAIL PROTECTED]> wrote: > This is what I get: (GAE + Django 1.0 + Django helper) looks like > something wrong in the model part which belongs to django... > > --- > > AttributeError at /sitemap.xml > > 'ModelOptions' object has no attribute 'local_many_to_many' > > Request Method: GET > Request URL: http://localhost:8080/sitemap.xml > Exception Type: AttributeError > Exception Value: > > 'ModelOptions' object has no attribute 'local_many_to_many' > > Exception Location: D:\work\python\gaeprojects\myblog\django\db\models > \options.py in _fill_related_many_to_many_cache, line 403 > Python Executable: D:\Python25\python.exe > Python Version: 2.5.2 > Python Path: ['D:\\work\\python\\gaeprojects\\myblog', 'd:\\work\ > \python\\gae', 'd:\\work\\python\\gae\\lib\\django', 'd:\\work\\python\ > \gae\\lib\\webob', 'd:\\work\\python\\gae\\lib\\yaml\\lib', 'd:\\work\ > \python\\gae', 'D:\\Python25', 'D:\\Python25\\DLLs', 'D:\\Python25\ > \lib', 'D:\\Python25\\lib\\lib-tk', 'D:\\Python25\\lib\\plat-win', 'D:\ > \Python25\\lib\\site-packages', 'D:\\Python25\\lib\\site-packages\ > \Pythonwin', 'D:\\Python25\\lib\\site-packages\\win32', 'D:\\Python25\ > \lib\\site-packages\\win32\\lib', 'D:\\Python25\\lib\\site-packages\ > \wx-2.8-msw-unicode', 'F:\\Windows\\system32\\python25.zip', 'F:\ > \eclipse\\plugins\\org.python.pydev_1.3.19\\PySrc'] > Server time: Sat, 11 Oct 2008 01:36:07 +0000 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
