This commit is contained in:
2025-10-04 12:58:52 +08:00
parent e8942b2645
commit 0ed47eeba5

View File

@@ -113,13 +113,9 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization # Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/ # https://docs.djangoproject.com/en/1.8/topics/i18n/
LANGUAGE_CODE = "en-us" LANGUAGE_CODE = "zh-cn"
TIME_ZONE = "UTC" TIME_ZONE = "Asia/Shanghai"
USE_I18N = True
USE_L10N = True
USE_TZ = True USE_TZ = True