How to get each column as one list from a Django QuerySet over DRF

前端 未结 0 1530
难免孤独
难免孤独 2021-01-19 01:44

Using Django-REST-framework, I have the following view:

class MyRESTfulAPIView(APIView):
    permission_classes = [IsAuthenticated, MyCustomPermision]

    de         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题