Search code examples
restdjango-rest-frameworkdjango-rest-viewsets

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


Differences between viewset and apiview in django rest framework.


Solution

  • viewset comes with already implemented all method and extra action, for the APiview you have to define all method