Hi,

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

at this link: 
http://techblog.ironfroggy.com/2008/08/how-to-understand-appengine-datastore_11.html
i read about how to create an entity by 'kind', in a low level API.

e = datastore.Entity(kind='test')
e['name'] = 'My Test Entity'
datastore.Put([e])

but the problem is that i want 'name' to be a 'StringProrperty()'..
how can i do it?

the reason i want to use APE Property is that i want to use it's
benefits such as validation and more..

can any one please help?

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