flask
Sinkmist
Life is short , I use Python !!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cannot import name ContextVar
Flask 启动异常 Unable to load celery application. While trying to load the module app.celery the following error occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/celery/bin/celery.py", line 53, in convert return f原创 2021-09-07 19:53:30 · 3066 阅读 · 0 评论 -
Sqlalchemy 使用 in or notin 无法批量删除数据
Sqlalchemy 使用 in or notin 无法批量删除数据 文章目录Sqlalchemy 使用 in or notin 无法批量删除数据1. 解决方法2. 场景3. delete的基本用法 1. 解决方法 可以在delete()括号内添加 synchronize_session=False 或者 synchronize_session=‘fetch’ 实现删除 delete(synch...原创 2019-09-11 17:59:21 · 16530 阅读 · 2 评论
分享