lin-cms-flask
lin-cms-flask copied to clipboard
🎀A simple and practical CMS implememted by Flask
代码版本:`0.2.x` python版本:`3.9.10` 运行环境:`virtualenv` 复现过程: ```shell virtualenv test git clone -b 0.2.x https://github.com/TaleLin/lin-cms-flask test cd test pip install -r requirements.txt python starter.py ``` 报错信息: ```shell (test) λ python starter.py Traceback (most...
请确认是否是以下情况: 1. 在全局环境下运行项目,且此前在全局环境安装过flask-migrate 2. 为lin-cms-flask所在环境手动添加了flask-migrate依赖 lin-cms-flask项目不推荐/兼容flask-migrate库,不兼容的原因是flask cli中定义的db命令冲突。 _Originally posted by @sunlin92 in https://github.com/TaleLin/lin-cms-flask/issues/152#issuecomment-802563216_
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
dd
终于找到qiyue老师啦哈哈哈哈,支持一下,我之前看到的一个测试项目ui跟这套一模一样