Skip to content

Commit 89034b8

Browse files
committed
운영 설정 변경
1 parent cf88181 commit 89034b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconkr/settings-prod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# RDS
1212
DATABASES = {
1313
"default": {
14-
"ENGINE": "mysql.connector.django",
14+
"ENGINE": "django.db.backends.mysql",
1515
"NAME": os.getenv("AWS_RDS_DATABASE"),
1616
"USER": os.getenv("AWS_RDS_USER_ID"),
1717
"PASSWORD": os.getenv("AWS_RDS_PW"),

0 commit comments

Comments
 (0)