Questions tagged [django-rest-viewsets]

362 questions
-2
votes
1 answer

500 (Internal Server Error) when fetching from Django Rest API default router (to create object)

I am trying to make Django and React to work together, and although I have a basic knowledge of Django (I can develop a site), I am just starting to learn React. My project structure is based on this video which is loosely based on this blog in…
-2
votes
2 answers

What are the advantages of viewset over apiview in django rest framework?

Differences between viewset and apiview in django rest framework.
1 2 3
24
25