have you looked at
http://code.google.com/appengine/docs/python/datastore/expandoclass.html



On 07/04/2009, GTako <[email protected]> wrote:
>
>  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?
>
>  >
>


-- 
Barry

- www.nearby.org.uk - www.geograph.org.uk -

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