码迷,mamicode.com
首页 > 数据库 > 详细

解决 django 博客归档 “Are time zone definitions for your database and pytz installed?”的错误

时间:2017-07-18 01:52:45      阅读:295      评论:0      收藏:0      [点我收藏+]

标签:and   logs   ons   文件   set   shang   ase   blog   database   

修改 project 中的settings 文件,问题解决!

# USE_TZ = True
USE_TZ = False

# LANGUAGE_CODE = ‘en-us‘
LANGUAGE_CODE = zh-hans

# TIME_ZONE = ‘UTC‘
TIME_ZONE = Asia/Shanghai

解决 django 博客归档 “Are time zone definitions for your database and pytz installed?”的错误

标签:and   logs   ons   文件   set   shang   ase   blog   database   

原文地址:http://www.cnblogs.com/justbreaking/p/7198041.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!