Updating celery_setup.from_celery to use new config loading / app init
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 18 Jun 2011 23:59:42 +0000 (18:59 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 18 Jun 2011 23:59:42 +0000 (18:59 -0500)
commit924c586b72a2313029cc9b8529504060b30e5c55
treeaa6445ed5e498f9115b0b5ec98f16180e0af92b2
parent52f20ff33715225d45aead9678701915f3e32706
Updating celery_setup.from_celery to use new config loading / app init

 - The code for this is significantly simpler now.  The app sets up
   everything but celery, and from_celery finishes the job.
 - There's no more specifying the mediagoblin section in the file,
   which doesn't make sense anymore and was already confusing.
mediagoblin/celery_setup/from_celery.py