aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/open.py
Commit message (Collapse)AuthorAgeFilesLines
* Factor out most of the database connection into db/open.pyElrond2011-05-191-0/+37
I needed to split the db connection/opening into open.py, due to an import loop: - util.py needs db/util.py:ObjectId - db/util.py would need db/models.py - db/models.py needs util.py:slugify