最佳答案
I am getting the error ".accepted_renderer not set on Response resp api django".
I am following the django rest-api tutorial. Django version i am using 1.8.3 I followed the tutorial till first part. It worked properly. But when i continued the 2nd part in sending response, i got an error
Cannot apply DjangoModelPermissions on a view that does not have `.queryset` property or overrides the `.get_queryset()` method.
Then i tried other ways i got
.accepted_renderer not set on Response resp api django
Please help me out. I think its permission issue.