Google app engine: query that return entity ID using python
Posted
by Peter
on Stack Overflow
See other posts from Stack Overflow
or by Peter
Published on 2010-05-07T04:39:32Z
Indexed on
2010/05/07
4:48 UTC
Read the original article
Hit count: 253
hi
how do I return the entity ID using python in GAE?
Assuming I have following
class Names(db.Model):
name = db.StringProperty()
© Stack Overflow or respective owner