Django POST request returns 403 response status

后端 未结 0 1096
栀梦
栀梦 2020-12-03 02:09

i am using django rest framework to make POST request , this is the view :

@api_view([\'GET\', \'POST\', \'DELETE\'])
@csrf_exempt
def tutorial_list(request):         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题