摘要: django auth模块 csrf相关装饰器 # 导入模块 from django.views.decorators.csrf import csrf_exempt,csrf_protect # csrf_exempt 忽略csrf校验 # csrf_protect 开启csrf校验 # 针对FB 阅读全文
posted @ 2022-05-25 19:55 洛阳城门听风雨 阅读(38) 评论(0) 推荐(0)