Benature / WordReview

📚 背单词网页 Django + MySQL + Pug + JS
https://benature.github.io/WordReview/
GNU Lesser General Public License v3.0
576 stars 72 forks source link

configparser.NoSectionError: No section: 'custom' #33

Open viloteyuesheng opened 1 year ago

viloteyuesheng commented 1 year ago

描述问题 请简明阐述您的问题

复现问题 复现问题的步骤:

  1. 数据库迁移时显示说我少了个参数custom
configparser.NoSectionError: No section: 'custom'
请将报错信息复制到此处

截图:(可选)

操作环境(请提供以下完整数据):

额外信息:(可选)
任何其他的您认为有助于能描述问题/解决问题的信息。

Benature commented 1 year ago

应该是 config 文件内容缺失?见 https://github.com/Benature/WordReview/blob/6c09f06960cbe1f1f22791398593d93f4a65e1f7/WordReview/config_sample.conf#L1-L9

xuminxi commented 11 months ago

這邊似乎有問題,有個workaround可以直接到settings裏面賦值,就不會出現報錯了。

Benature commented 11 months ago

或者更新下仓库代码,做了新的适配