use celerybeat

This commit is contained in:
2019-01-26 12:36:44 +03:00
parent 6a88f7da4b
commit ec01ab879f
8 changed files with 32 additions and 25 deletions

View File

@@ -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