Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
llacroix committed May 1, 2012
1 parent ffb8b44 commit 72be31e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README
@@ -0,0 +1,17 @@
About
=====

pyramid_mongo is intended for use with the default python driver for mongodb

How to use
==========

You have to define at least 3 things in your settings

mongo.uri = uri of your database (mongodb://localhost/)
mondo.db = name of the database you want to use

Those two are optional

mongo.username = username for authentication to the db
mongo.password = password used for authentication to the db

0 comments on commit 72be31e

Please sign in to comment.