Skip to content

Commit

Permalink
bug : ci 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kanguk01 committed Jan 25, 2024
1 parent 73c72aa commit ea1c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pathlib import Path

sys.path.append(os.path.join(os.path.dirname(__file__), 'backend'))
from backend.mysettings import MY_DATABASES, MY_DATABASE_URL, MY_SECRET
from mysettings import MY_DATABASES, MY_DATABASE_URL, MY_SECRET
from dotenv import load_dotenv

load_dotenv() # env 파일에 있는 값 얻어오기
Expand Down

0 comments on commit ea1c90d

Please sign in to comment.