安迪_963

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年8月21日

摘要: decorators(装饰器) 1. require_http_methods 在django.views.decorators.http中,可以用来限制请求的权限。 require_http_methods(request_method_list), 这样只有request_method_list 阅读全文
posted @ 2016-08-21 19:44 Andy_963 阅读(388) 评论(0) 推荐(0) 编辑