When using a DefaultRouter together with ViewSets, which of the following is true?
The router automatically generates standard URL patterns for your ViewSet
You must manually define each URL pattern for CRUD endpoints
Routers disable authentication by default
Routers require you to write separate views for each HTTP method
This question is part of this quiz :
Python | Django | Django REST Framework