
As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.
16 lines
491 B
INI
16 lines
491 B
INI
[mediagoblin]
|
|
queuestore_base_dir = %(here)s/test_user_dev/media/queue
|
|
publicstore_base_dir = %(here)s/test_user_dev/media/public
|
|
publicstore_base_url = /mgoblin_media/
|
|
direct_remote_path = /mgoblin_static/
|
|
email_sender_address = "notice@mediagoblin.example.org"
|
|
email_debug_mode = true
|
|
db_name = __mediagoblin_tests__
|
|
|
|
# Celery shouldn't be set up by the application as it's setup via
|
|
# mediagoblin.init.celery.from_celery
|
|
celery_setup_elsewhere = true
|
|
|
|
[celery]
|
|
celery_always_eager = true
|