阅读背景:

用过滤器对数据存储中的许多数据进行查询

来源:互联网 

I have to 2 entity models

我需要两个实体模型

class User(ndb.Model):
    username = ndb.StringProperty()
    # other properties

class Item(ndb.Model):
    type = ndb.StringProperty()
    # other properties
class U



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: