CBV 添加 csrf
第一种:
指定方法方面添加 装饰器 @memethod_decorator(xxx)
第二种
全部添加:
注意 在类名前:
@method_decorator(xxx,name=‘dispathch‘) dispatch 自动判断 是get 还是 post 方法
学习笔记之csrf
原文:https://www.cnblogs.com/classmethond/p/9500946.html