Skip to content

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

License

Notifications You must be signed in to change notification settings

davidovich/flask-mongokit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%