mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Update default time zone to au
This commit is contained in:
+4
-1
@@ -192,9 +192,12 @@ REST_FRAMEWORK = {
|
||||
}
|
||||
|
||||
# Time zone setting
|
||||
TIME_ZONE = 'UTC'
|
||||
TIME_ZONE = 'Australia/Melbourne'
|
||||
USE_TZ = True
|
||||
|
||||
# Make sure Celery uses the same timezone
|
||||
CELERY_TIMEZONE = TIME_ZONE
|
||||
|
||||
# Celery Configuration
|
||||
CELERY_BROKER_URL = os.environ.get('CELERY_BROKER_URL', 'redis://localhost:6379/0')
|
||||
CELERY_RESULT_BACKEND = os.environ.get('CELERY_RESULT_BACKEND', 'redis://localhost:6379/0')
|
||||
|
||||
Reference in New Issue
Block a user