Move mediagoblin.celery_setup -> mediagoblin.init.celery
As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.
This commit is contained in:
@@ -150,7 +150,7 @@ celeryd in another window.
|
||||
|
||||
Run::
|
||||
|
||||
CELERY_CONFIG_MODULE=mediagoblin.celery_setup.from_celery ./bin/celeryd
|
||||
CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery ./bin/celeryd
|
||||
|
||||
|
||||
Running the test suite
|
||||
|
||||
Reference in New Issue
Block a user