会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Tarantula
博客园
首页
新随笔
联系
订阅
管理
2019年5月6日
django transaction用法
摘要: from django.db import transactionfrom django.http import HttpResponsefrom django.utils.decorators import method_decorator# 类中添加装饰器,保证在该类中所有的数据库操作都在一个事
阅读全文
posted @ 2019-05-06 16:54 凌笑丶
阅读(1678)
评论(1)
推荐(0)
编辑
itsdangerous模块使用
摘要: pip3 install itsdangerous
阅读全文
posted @ 2019-05-06 14:16 凌笑丶
阅读(679)
评论(0)
推荐(0)
编辑
公告