'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
'OPTIONS': {
- 'timeout': 20,
+ 'timeout': 60,
}
}
}
CELERY_TASK_SERIALIZER = "json"
CELERY_ACCEPT_CONTENT = ['application/json']
-from celery_app import app
\ No newline at end of file
+from celery_app import app
'south',
'traits',
'networkx',
- 'django-gearman',
+ 'django-celery',
+ 'watchdog',
],
platforms=['OS Independent'],
license='Gnu Public License V2',