csrf import csrf_exempt @csrf_exempt def user(request): return HttpResponse('CSRF token is being exempted here!').
確定! 回上一頁