[google-appengine] ID/Name

2010-10-20 Thread Massimiliano
Dear All, in the datastore viewer I see that all the record are stored with a ID/Name, how can I refer to it? I mean I want to use this to refer to the user of my website, in the file manager the reference is element.what??? I'm searching in the documentation but I can't understand. Thanks

Re: [google-appengine] ID/Name

2010-10-20 Thread Robert Kluin
In python: entity.key().id() entity.key().name() entity.key().id_or_name() Robert On Wed, Oct 20, 2010 at 06:47, Massimiliano massimiliano.pietr...@gmail.com wrote: Dear All, in the datastore viewer I see that all the record are stored with a ID/Name, how can I refer to it? I

Re: [google-appengine] ID/Name

2010-10-20 Thread Massimiliano
Thanks! 2010/10/20 Robert Kluin robert.kl...@gmail.com In python: entity.key().id() entity.key().name() entity.key().id_or_name() Robert On Wed, Oct 20, 2010 at 06:47, Massimiliano massimiliano.pietr...@gmail.com wrote: Dear All, in the datastore viewer I see that all the