摘要: @csrf_exempt(免除csrf验证) from django.views.decorators.csrf import csrf_exempt @csrf_exempt def index(request): if request.method == 'GET': return HttpRe 阅读全文
posted @ 2020-05-28 17:09 hanfe1 阅读(122) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_30501975/article/details/80423547?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonecase 阅读全文
posted @ 2020-05-28 10:30 hanfe1 阅读(765) 评论(0) 推荐(0)