Move application level setup of database to init/
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 17 Jul 2011 15:45:50 +0000 (17:45 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 17 Jul 2011 15:45:50 +0000 (17:45 +0200)
commit3f4b5e4a4e318360e02b070b4aee2d0b2c01c3d9
tree8ea1034ab61aa70c6c86d82e304afaca08b30791
parentfa92d52fa5c57f6f76061d161b087f887e912344
Move application level setup of database to init/

Setting up the database now involves checking the
migrations status and setting up the globals.
Moved all of that into init/__init__.py:setup_database().
mediagoblin/app.py
mediagoblin/init/__init__.py