摘要: LANGUAGE_CODE = 'zh-hans' # S 必须大写(windows平台可以小写) TIME_ZONE = 'Asia/Shanghai' USE_I18N = True USE_L10N = True USE_TZ = False 阅读全文
posted @ 2021-07-02 19:22 Jerry` 阅读(141) 评论(0) 推荐(0)