1、Django中文语言、时区 修改项目setting文件 LANGUAGE_CODE = 'zh-hans' TIME_ZONE = 'Asia/Shanghai' 转载于:https://www.cnblogs.com/nobgr/p/10546695.html