Skip to content

abishekk92/flask-mongokit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.9%
  • Shell 13.8%
  • CSS 5.3%