[google-appengine] SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread mcobrien
Hi, now that sdk 1.1.9 disallows access to skipped files, the LoadAppengineEnvironment() function in the django helper isn't working. It makes a call to LoadAppConfig, which tries to read app.yaml. Since this is a skipped file (it's actually marked as skipped when LoadAppConfig is first called),

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread mcobrien
Matt, thanks a lot, that fixed it for me. I'll be sure to file an issue if I see anything else strange. cheers M On Feb 10, 10:35 am, Matt Brown mattbr...@google.com wrote: Hi Michael, mcobrien wrote: now that sdk 1.1.9 disallows access to skipped files, the LoadAppengineEnvironment

[google-appengine] Re: GAE Team, How does the import cache work? How do we reduce custom django overhead?

2009-02-10 Thread mcobrien
I've noticed this too -- there seem to be more frequent reloads during the (GMT) evening. I add a message to the log the first time an instance is created (by tracking a module-level variable) so it's easy to see the effect on the ms-cpu figure. One thing I've noticed by the way is that it

[google-appengine] Re: ReferenceListProperty

2009-02-03 Thread mcobrien
Hi, I'm not sure if it's what you're looking for, but parent-child relationships are best modeled by using a property on the child entity, which adds a new property to the parent. So for: class Company: pass class Employee: name = db.StringProperty() company =

[google-appengine] Re: Use AppEngine on Vista x64

2008-12-23 Thread mcobrien
Hi there, I had this problem too, and fixed it by correcting the windows file association. Have a read of this: http://mail.python.org/pipermail/tutor/2005-February/036330.html good luck! On Dec 23, 8:16 am, Chen Harel chook.ha...@gmail.com wrote: Ok after adding prints to the dev_appserver