error

Docker

[Docker]error: version in "./docker-compose.yaml" is unsupported. you might be seeing this error because you're using the wrong compose file version. either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `s..

0. 발생 airflow docker-compose를 진행 중에 다음과 같은 오류가 발생 하였다. error: version in "./docker-compose.yaml" is unsupported. you might be seeing this error because you're using the wrong compose file version. either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file..

Backend/Django

django.db.utils.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)"): 해결

1. 현상 팀프로젝트로 작성한 Djago 웹을 실행하기 위해 다음과 같이 마이그레이션을 해주려니 python manage.py makemigrations python manage.py migrate python manage.py runserver 다음과 같은 오류가 발생하였다... django.db.utils.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)") 2. 원인 core/setting.py 에서 설정한 DB의 정보가 내가 가지고 있는 DB와 일치하지 않은 것이다. 3. 해결 1.core/setting.py에 있는 Mysql 설정을 다음과 같이 하니 해결 되었다. 'default': {..

easysheep
'error' 태그의 글 목록