Fix another instance.

This commit is contained in:
Bill Nottingham 2018-02-26 14:57:24 -05:00
parent 9c722cba22
commit e7a8ecc05a

View File

@ -90,9 +90,6 @@ CHANNEL_LAYERS = {
'CONFIG': {'url': CELERY_BROKER_URL}}
}
# Mongo host configuration
MONGO_HOST = NotImplemented
# Set True to enable additional logging from the job_event_callback plugin
JOB_CALLBACK_DEBUG = False