Django CBV方法装饰器

from django.utils.decorators import method_decorator

1、在post 或 get方法 添加
@method_decorator(装饰器)

2、给类添加装饰器
@method_decorator(装饰器, name="")
这里的name等于get 或 post

 

posted @ 2019-08-01 17:48  市丸银  阅读(111)  评论(0编辑  收藏  举报