比赛
This commit is contained in:
@@ -100,6 +100,7 @@ class ProjectViewSet(viewsets.ModelViewSet):
|
||||
"""
|
||||
serializer_class = ProjectSerializer
|
||||
permission_classes = [permissions.AllowAny]
|
||||
pagination_class = StandardResultsSetPagination
|
||||
|
||||
def get_queryset(self):
|
||||
queryset = Project.objects.all()
|
||||
|
||||
Reference in New Issue
Block a user