Google App Engine 唯一=True?
Possible Duplicate:
How do I define a unique property for a Model in Google App Engine?
I can't seems to find a way to work the unique property for a model. I followed How do I define a unique property for a Model in Google App Engine? and a couple other tutorials, but none seems to work?
What's the easiest way to make an unique property?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是找到一种不同的方式来做你想做的事。 Google AppEngine 本身并不支持独特的属性,我所见过的所有实现它们的方法要么会带来痛苦,要么会破坏性能和可扩展性,这就是您应该首先使用它的原因。
The easiest way is to find a different way to do what you want. Google AppEngine does not natively support unique properties, and all of the ways that I have seen to implement them involve either pain or subverting the performance and scalability that are why you should be using it in the first place.