use celerybeat
This commit is contained in:
@@ -20,6 +20,8 @@ INSTALLED_APPS = [
|
||||
'django_extensions',
|
||||
'bootstrap4',
|
||||
'djconfig',
|
||||
'django_celery_results',
|
||||
'django_celery_beat',
|
||||
'config.suit_config.SuitConfig',
|
||||
|
||||
'django.contrib.admin',
|
||||
@@ -73,7 +75,7 @@ DATABASES = {
|
||||
DATABASES['default']['ATOMIC_REQUESTS'] = True
|
||||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
TIME_ZONE = 'UTC'
|
||||
TIME_ZONE = 'Europe/Moscow'
|
||||
USE_I18N = True
|
||||
USE_L10N = True
|
||||
USE_TZ = True
|
||||
|
Reference in New Issue
Block a user