We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flask db init之后出现config = current_app.extensions['migrate'].migrate.get_config(directory, KeyError: 'migrate' 浏览并尝试了网上的一些方法后依然无法解决,希望能够得到帮助:-)
flask db init
config = current_app.extensions['migrate'].migrate.get_config(directory, KeyError: 'migrate'
The text was updated successfully, but these errors were encountered:
请确认是否是以下情况:
lin-cms-flask项目不推荐/兼容flask-migrate库,不兼容的原因是flask cli中定义的db命令冲突。
Sorry, something went wrong.
目前 flask db init,直接 such not command
such not command
flask db init 之后,看到 sqlalchemy.exc.DataError: (pymysql.err.DataError) (1366, "Incorrect string value: '\xE8\xB6\x85\xE7\xBA\xA7...' for column 'info' at row 1")
表已经创建了,但是没有数据插入,希望可以得到帮助
No branches or pull requests
flask db init
之后出现config = current_app.extensions['migrate'].migrate.get_config(directory, KeyError: 'migrate'
浏览并尝试了网上的一些方法后依然无法解决,希望能够得到帮助:-)
The text was updated successfully, but these errors were encountered: