How to - llacroix/pyramid_mongo GitHub Wiki
Installing
You can install it with python setup.py develop
or you can download it using pip install pyramid_mongo
Using it
You need to add to your configuration at least 2 items.
mongo.uri : this is the actual host)
mongo.db : name of the default database)
If you run your server with authentication enabled, you can also use that:
mongo.username : username of the database)
mongo.password : password