标签:
peewee安装时随意了点。装了2.8.0的。
倒回到2.6.0就好了。
sudo pip uninstall peewee sudo pip install peewee==2.6.0
'ModelOptions' object has no attribute 'get_field_names
原文地址:http://www.cnblogs.com/Tommy-Yu/p/5377118.html