会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Wjun0
believe yourself you can do it
博客园
首页
新随笔
联系
订阅
管理
2021年5月28日
django事务transation使用注意事项
摘要: 1,django 使用事务基础: 方法一:(不推荐使用,这样整个视图都在事务中) class TransactionTestAPI(APIView): @transaction.atomic() def get(self,request): print("逻辑代码") return Response
阅读全文
posted @ 2021-05-28 09:14 王军的个人博客
阅读(510)
评论(0)
推荐(0)
编辑
公告