[django] django.core.exceptions.ImproperlyConfigured: Set the DB_NAME environment variable

이상해씨·2023년 6월 21일
0

에러

django.core.exceptions.ImproperlyConfigured: Set the DB_NAME environment variable

상황

python manage.py migrate 명령어 실행시 발생

원인

형식이 잘못되어 변수를 읽지 못하는 문제

해결방법

.env의 :를 =로 변환

SECRET_KEY =
DB_NAME=
DB_USER=
DB_PASSWORD=
DB_HOST=localhost
DB_PORT=5432

profile
공부에는 끝이 없다

0개의 댓글