Skip to content

Commit

Permalink
fix: settings 파일의 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Euizzang8001 committed Jul 30, 2024
1 parent 20850d5 commit 35d0972
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions KUA/KUA/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys
from dotenv import load_dotenv

os.environ.get("KU&A")
load_dotenv()

# 교시 -> 시간 데이터

Expand Down Expand Up @@ -197,9 +197,6 @@
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_URL = '/media/'


load_dotenv()

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
Expand Down

0 comments on commit 35d0972

Please sign in to comment.