puentesarrin / selene

A simple CMS for blogging built with Tornado and MongoDB
GNU General Public License v3.0
40 stars 21 forks source link

Move all MongoDB operations from PyMongo to Motor #14

Open puentesarrin opened 11 years ago

puentesarrin commented 11 years ago

Move all MongoDB operations from PyMongo to Motor, the asynchronous Python driver for Tornado.

puentesarrin commented 11 years ago

Any changes regarding this can be found in a branch named "motor".