Django-rest framwork RetrieveModelMixin單個數據查詢

在瀏覽器中輸入網址http://120.79.84.147:3389/show/TV/6/可以訪問獲取單一信息的接口(id爲6的數據): 這個id爲主鍵由字段lookup_field來決定 看看源碼: class GenericAPIView(views.APIView): pass # If you want to use object lookups other than pk, s
相關文章
相關標籤/搜索