Django
战斗到永恒
这个作者很懒,什么都没留下…
展开
-
mysql安装报错 - Unable to update security settings. Access denied for user ‘root‘@‘loca
MySQL5.7安装出现上述报错,安装时在currentpassward处空着继续安装即可。原创 2022-07-22 16:06:33 · 327 阅读 · 0 评论 -
django框架while time zone support is active
标题Django框架while time zone support is active 时区的问题 解决方法: 1.使用带时区的时间, django中使用 django.utils.timezone.now() , settings.py 中 USE_TZ=True 2.使用不带时区的时间, django中使用 datetime.now(), settings.py 中 USE_TZ=False 如果是定义在models中的时间,那么代码 addtime = models.DateTimeField(def原创 2021-05-19 19:26:46 · 254 阅读 · 0 评论
分享