[google-appengine] Re: How to print it?

2009-01-13 Thread David Symonds
On Tue, Jan 13, 2009 at 8:30 PM, arnie wrote: > Hi all > For a data model class say > Person with certain fields, > how can i access the unique numeric ID field associated with each > entity in query? > I use > persons=db.GqlQuery('SELECT __key__ FROM Person') > for p in persons: > self.respon

[google-appengine] Re: How to print it?

2009-01-13 Thread Alexander Kojevnikov
> > Hi all > > For a data model class say > > Person with certain fields, > > how can i access the unique numeric ID field associated with each > > entity in query? > > I use > > persons=db.GqlQuery('SELECT __key__ FROM Person') > > for p in persons: > >   self.response.out.write(how to print the