LANGUAGE_CODE = 'zh-Hans' #中文 TIME_ZONE = 'Asia/Shanghai' # 时区配置为上海 USE_TZ = False #设置为True时,django会使用默认时区America/Chicago