I have the following code for a view of DRF:from rest_framework import viewsetsclass MyViewSet(viewsets.ViewSet): def update(self, request, ...
確定! 回上一頁