remove cloudsearch from default apps

This commit is contained in:
James Turk 2012-05-10 11:08:04 -04:00
parent 68b3fafb59
commit ebc6444bea

View File

@ -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