You can do 2) ListProperty to a custom class. Each class instance is an object in the datastore and the ListProperty has db.Key as elements.
If you have URL-description pairs you probably will not select the object based on the content of the URLs. In that case you can construct a list of tuples. Each tuple is the URL-desc pair. You store this list in a BlobProperty by using the pickle module. When you retrieve the object you unpickle the Blob and put the list in the template-var dictionary. Or use the simple json module that is part of django. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
