remove cloudsearch from default apps
This commit is contained in:
parent
68b3fafb59
commit
ebc6444bea
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue