How to unset csrf in modelviewset of django-rest-framework?
I'll use viewsets.ModelViewSet(http://django-rest-framework.org/api-guide/viewsets.html#modelviewset) of django-rest-framework.
And my app is api server. So I don't need to use csrf.
But I don't know how to unset csrf.
Please give me a example!