我有以下观点:
@api_view(POST?) @csrf_exempt def user_login(request):
遵循django rest框架。
如何使该视图免除csrf?
我正在尝试通过iphone进行API调用。