Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 923 Bytes

README.rst

File metadata and controls

43 lines (27 loc) · 923 Bytes

Flask-MongoKit

image

Flask-MongoKit simplifies to use MongoKit, a powerful MongoDB ORM in Flask applications.

Installation

The installation is thanks to the Python Package Index and pip really simple.

$ pip install Flask-MongoKit

If you only can use easy_install than use

$ easy_install Flask-MongoKit

Flask-MongoKit requires to run some packages (they will be installed automatically if they not already installed):

  • Flask
  • MongoKit
  • pymongo

Changes

  • 0.4: Support new import system of flask. Use now:
form flask.ext.mongokit import Mongokit