CSS Ribbon

Reproducing the GitHub Ribbon in CSS

2018年4月14日

执行python manage.py makemigrations时报错TypeError: __init__() missing 1 required positional argument: 'on_delete'

摘要: 在执行python manage.py makemigrations时报错: TypeError: __init__() missing 1 required positional argument: 'on_delete' 解决方法: 在连接外键时加上: 阅读全文

posted @ 2018-04-14 11:10 pandaboy1123 阅读(300) 评论(0) 推荐(0)

Pyhton学习——Day51

摘要: model(数据库模型) ORM 表与表之间的关系(两张表) 一对多 多对多 一对一 ORM object relation mapping python的类 class emp(): id=。。。 name=。。。 《 》 表 salary=。。。 e=emp() e.id 单表操作 表记录的添加 阅读全文

posted @ 2018-04-14 10:38 pandaboy1123 阅读(95) 评论(0) 推荐(0)

导航