django-drf-5

Last Updated :
Discuss
Comments

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

Tags:
Share your thoughts in the comments