Factor out most of the database connection into db/open.py
[mediagoblin.git] / mediagoblin / db / util.py
2011-05-18 ElrondFactor out most of the database connection into db...
2011-05-18 Christopher Allan... Renaming connect_database to connect_database_from_conf...
2011-05-18 Christopher Allan... Need to import asint for users who specify ports via...
2011-05-18 Christopher Allan... Adding copyright headers and explaining why these unuse...
2011-05-18 ElrondMove ObjectId, DESCENDING to db.util
2011-05-17 ElrondMove "connect to database" into db/util.py