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