Move setting up of storage into init/__init__.py
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 17 Jul 2011 14:09:22 +0000 (16:09 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 18 Jul 2011 12:20:58 +0000 (14:20 +0200)
commitdccef26263ba98c47fc5f8121a074a34b012ba89
treecb59b0d45ecd62c9646ff33658527311f6211534
parente60f8719dd8ffbafe4a3e2313f32e7f867227577
Move setting up of storage into init/__init__.py

Factoring out this one should be the last one needed to
rewrite the celery setup. The idea is to not setup the
whole app, but just call a bunch of individual setup_*
functions and be done.
mediagoblin/app.py
mediagoblin/init/__init__.py