Have Celery use UTC timezone

This commit is contained in:
Roberto Rosario
2014-10-03 01:55:10 -04:00
parent a613c65fde
commit 3cfcb82798

View File

@@ -263,3 +263,5 @@ REST_FRAMEWORK = {
# ----------- Celery ----------
BROKER_URL = 'django://'
CELERY_RESULT_BACKEND = 'djcelery.backends.database:DatabaseBackend'
CELERY_TIMEZONE = 'UTC'
CELERY_ENABLE_UTC = True