Let's say I have a Tag(db.Model) class and a Content(db.Model)
I'm trying to create a list of Tags as an attribute of Content.
How do I go about doing this?

Accoring to the docs ListProperty item_type must be one of the
Property subclasses, so I can't use my Tag class as item_type.

I'm new to Python and server side in general... I appreciate your
help.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to