摘要:
运行程序时出现错误: UserWarning: Neither SQLALCHEMY_DATABASE_URI nor SQLALCHEMY_BINDS is set. Defaulting SQLALCHEMY_DATABASE_URI to "sqlite:///:memory:".'Neith 阅读全文
摘要:
python解释器报错: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to 阅读全文
摘要:
方法1:降级版本 pip install "Flask==1.1.4"pip install "werkzeug==1.0.1" 方法2:不降级版本: 可以尝试修改一下flask_script/__init__.py中from ._compat import text_type 改成 from fl 阅读全文
摘要:
在__init__.py中找不到引用"MigrateCommand" 、 Cannot find reference ‘MigrateCommand’ in ‘__ inti __.py’ 原因: flask_migrate模块安装版本不匹配,flask_migrate版本过高,没有MigrateC 阅读全文
摘要:
我安装的是最新版的mysql8,安装的时候设置的是最简单的密码root,尝试了2次,都是在登录的时候输入root进不去,测试后发现密码居然为空 以下是网络上摘录的解决方案: 命令窗口下进入mysql 通过root无密码登录myslq use mysql; select host,user,authe 阅读全文