LANGUAGE_CODE = 'zh-Hans'TIME_ZONE = 'Asia/Shanghai'# 是否自动转换UTC时间USE_TZ = False Django调用配置文件中的数据 from django.conf import settings