i want to create entities by name(kind) and with APE properties type.

the code bellow solved only 1 part of the problem:
e = datastore.Entity(kind='test')
e['name'] = 'My Test Entity'
datastore.Put([e])

i want 'name' to be a 'StringProrperty()'..
is it possible?

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