Skip to content

Commit

Permalink
fix: settings.py 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkang1108 committed Aug 7, 2024
1 parent bf8bb11 commit 0b2e8a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mustgou/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
},
]

REST_FRAMEWORK = {
"DEFAULT_AUTHENTICATION_CLASSES": [
"rest_framework.authentication.TokenAuthentication",
]
}
# REST_FRAMEWORK = {
# "DEFAULT_AUTHENTICATION_CLASSES": [
# "rest_framework.authentication.TokenAuthentication",
# ]
# }


CORS_ALLOWED_ORIGINS = config("CORS_ALLOWED_ORIGINS", default="").split(",")
Expand Down Expand Up @@ -151,7 +151,7 @@

LANGUAGE_CODE = "en-us"

TIME_ZONE = "UTC"
TIME_ZONE = "Asia/Seoul"

USE_I18N = True

Expand Down

0 comments on commit 0b2e8a1

Please sign in to comment.