peng hace 2 años
padre
commit
6c10f98d9d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      background/views.py

+ 1 - 1
background/views.py

@@ -33,7 +33,7 @@ class VideoInfoSet(ModelViewSet):
 
 
 class QuickStartInfoSet(ModelViewSet):
-    # authentication_classes = [MyAuthentication, ]
+    authentication_classes = [MyAuthentication, ]
     queryset = QuickStartInfo.objects.all()
     serializer_class = QuickStartInfoSerializer
     filterset_fields = ['id', 'product_info_id', 'title']