[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

Max

-- 

My email: massimiliano.pietr...@gmail.com
My Google Wave: massimiliano.pietr...@googlewave.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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

 My email: massimiliano.pietr...@gmail.com
 My Google Wave: massimiliano.pietr...@googlewave.com

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 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
  Max
  --
 
  My email: massimiliano.pietr...@gmail.com
  My Google Wave: massimiliano.pietr...@googlewave.com
 
  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 

My email: massimiliano.pietr...@gmail.com
My Google Wave: massimiliano.pietr...@googlewave.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.