enabling celery for development and stage settings
This commit is contained in:
parent
0c2b657244
commit
79b4b59478
|
|
@ -8,7 +8,7 @@ ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126', '0.0.0.0']
|
|||
|
||||
SEND_SMS = False
|
||||
SMS_CODE_SHOW = True
|
||||
USE_CELERY = False
|
||||
USE_CELERY = True
|
||||
|
||||
SCHEMA_URI = 'http'
|
||||
DEFAULT_SUBDOMAIN = 'www'
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ ALLOWED_HOSTS = ['gm-stage.id-east.ru', '95.213.204.126']
|
|||
|
||||
SEND_SMS = False
|
||||
SMS_CODE_SHOW = True
|
||||
USE_CELERY = False
|
||||
USE_CELERY = True
|
||||
|
||||
SCHEMA_URI = 'https'
|
||||
DEFAULT_SUBDOMAIN = 'www'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user