码迷,mamicode.com
首页 > Windows程序 > 详细

drf的throttle设置api的访问速率

时间:2017-11-11 23:50:55      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:setting   api   访问   res   单位   framework   eth   frame   class   

drf的throttle设置api的访问速率,在setting中设置,登录用户和匿名用户的请求频率做限制,限制单位天、时、分等都可以

在views中:

from rest_framework.throttling import UserRateThrottle,AnonRateThrottle

 

视图类中

throttle_class = (UserRateThrottle,AnonRateThrottle)

drf的throttle设置api的访问速率

标签:setting   api   访问   res   单位   framework   eth   frame   class   

原文地址:http://www.cnblogs.com/maxiaohei/p/7820230.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!