I know the datastore is not relational but this should still be
simple.
I have two models:
class Person(db.Model):
name = db.StringProperty()
class Location(db.Model):
birthplace = db.StringProperty()
name = db.ReferenceProperty()
So I want to be able to select all People given a birthplace. I tried
messing with keys, but to no avail.
thanks,
Alan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---