remove cloudsearch from default apps
This commit is contained in:
parent
68b3fafb59
commit
ebc6444bea
@ -1,7 +1,6 @@
|
||||
from oyster.conf import settings
|
||||
|
||||
CELERY_IMPORTS = ['oyster.tasks',
|
||||
'oyster.ext.cloudsearch'] + list(settings.CELERY_TASK_MODULES)
|
||||
CELERY_IMPORTS = ['oyster.tasks'] + list(settings.CELERY_TASK_MODULES)
|
||||
|
||||
BROKER_TRANSPORT = 'mongodb'
|
||||
BROKER_HOST = settings.MONGO_HOST
|
||||
|
Loading…
Reference in New Issue
Block a user