I would suggest you use reference properties.  Otherwise your entities
will be in very few entity groups, which can cause some issues.

For Python the datastore reference is here:
http://code.google.com/appengine/docs/python/datastore/


Robert






On Wed, Feb 17, 2010 at 4:40 PM, maxfarrar <[email protected]> wrote:
> I'm trying to create a message board system, and I have broken it down
> into categories, threads, and posts. I need to make each post be a
> child of a thread, etc.
> I read about setting a parent, and doing database queries with
> 'ANCESTOR', but I can't find good documentation showing the actual
> code involved in doing so. Can someone post a simple example to work
> off of, or a link that explains this process in detail?
> Thank you!
>
> --
> 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.
>
>

-- 
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.

Reply via email to