honmaple / maple-bbs

a forums system based on flask
GNU General Public License v3.0
473 stars 172 forks source link

按照源码下面的步骤走出现问题,是因为Python版本问题么 #35

Open zrj971029 opened 5 years ago

zrj971029 commented 5 years ago

执行python runserver.py db init下面出现 File "D:\maple\maple-bbs-master\forums\extension\maple.py", line 25, in use_auth=True) TypeError: init() got an unexpected keyword argument 'use_auth'

honmaple commented 5 years ago

flask-maple version require 0.5.3, please check requirements.txt

zrj971029 commented 5 years ago

不好意思,环境没有安装全,现在好了,但是配置文件怎么修改有没有详细的说明

honmaple commented 5 years ago

config.example有大概的说明的