会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LeslieFang's Blog
人活着总要有点梦想
https://github.com/lesliebeijing
转到简书写文章了:http://www.jianshu.com/users/59bd8b2792ac/latest_articles
博客园
首页
新随笔
联系
管理
订阅
2015年7月31日
django 中间件记录所有请求及请求执行时间
摘要: class LoggingMiddleware(object): def process_request(self, request): request.start_time = time.time() def process_response(self, request,...
阅读全文
posted @ 2015-07-31 10:28 LeslieFang
阅读(1735)
评论(0)
推荐(2)
公告