摘要: 在修改了models.py后,有些用户会喜欢用python manage.py makemigrations生成对应的py代码。 但有时执行python manage.py makemigrations命令,会提示"No changes detected." 阅读全文
posted @ 2018-10-13 18:04 巨兽~墨菲特 阅读(389) 评论(0) 推荐(0)
摘要: Define your data models entirely in Python. You get a rich, dynamic database-access API for free — but you can still write SQL if needed. for example: 阅读全文
posted @ 2018-10-13 11:24 巨兽~墨菲特 阅读(165) 评论(0) 推荐(0)