class CourseDetail(APIView): """ 方便共用对象 """ permission_classes = (IsAuthenticated, IsOwnerOrOnlyRead)
解决了
请大佬帮忙看下
视图集添加没问题