注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
mongoengine MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for w... mongoengine MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar to the Django ORM. Documentation available at docs.mongoengine.org - there is currently a tutorial, a user guide and API reference. Simple to use from mongoengine import * # To define a schema for a # document, we create a class
2012/03/07 リンク