xpleaf / Blog_mini

An Open Source Blog System that developed with Flask.
Other
983 stars 471 forks source link

在Article的模型中发现了一个错误 #48

Open BohnSix opened 5 years ago

BohnSix commented 5 years ago

a = Article( ... ... articleType=aT, source=s)

但Article并没有articleType和source这两个字段。应该改成article_id=aT.id, source=s.id。

xpleaf commented 5 years ago

ok,感谢提出