sixu05202004 / flaskblog

person blog powered by flask
224 stars 87 forks source link

List index out of range #3

Closed xrlin closed 9 years ago

xrlin commented 9 years ago

在manage.py中的createall函数中的for i in range(1, 7)应改为for i in range(1, 6), 否则会出现index out of range 错误。

sixu05202004 commented 9 years ago

fix