diff --git a/mustgou/settings.py b/mustgou/settings.py index c5c34b0..8a599fd 100644 --- a/mustgou/settings.py +++ b/mustgou/settings.py @@ -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(",") @@ -151,7 +151,7 @@ LANGUAGE_CODE = "en-us" -TIME_ZONE = "UTC" +TIME_ZONE = "Asia/Seoul" USE_I18N = True