Mapping DRF GenericViewSet to http verbs via DefaultRouter
My goal is to implement adding a recipe to current user favorites list and removing it using Django Rest Framework 3.12.x.
My goal is to implement adding a recipe to current user favorites list and removing it using Django Rest Framework 3.12.x.