BillBie

导航

2019年2月19日 #

django 在新建数据库时,出现了数据库的结构与自己定义的不一致,极度怀疑人生

摘要: 1.出现错误:TypeError: int() argument must be a string, a bytes-like object or a number, not 'datetime.datetime' 2.出现的原因在于在models.py增加了其他的ForeignKey 3.运行py 阅读全文

posted @ 2019-02-19 00:44 BillBie 阅读(69) 评论(0) 推荐(0)