MB
https://dpaste.org/W0Cn
при попытке миграции: django.db.utils.ProgrammingError: relation "xxx.yyy_serving_area_id" already exists
Size: a a a
MB
Х
А
Х
BK
REDIS_HOST = '0.0.0.0'
REDIS_PORT = '6379'
CELERY_BROKER_URL = 'redis://' + REDIS_HOST + ':' + REDIS_PORT + '/0'
CELERY_BROKER_TRANSPORT_OPTIONS = {'visibility_timeout': 3600}
CELERY_RESULT_BACKEND = 'redis://' + REDIS_HOST + ':' + REDIS_PORT + '/0'
CELERY_ACCEPT_CONTENT = ['application/json']
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
bc9f6b920275 redis "docker-entrypoint.s…" 8 hours ago Up 2 hours 0.0.0.0:6379->6379/tcp focused_ban
consumer: Cannot connect to redis://0.0.0.0:6379/0: Error 10049 connecting to 0.0.0.0:6379. The requested address is not valid in its context..
BK
RS
BK
R
R
B
DT
B
DT
DT
DT
B
DT