peng 2 anni fa
parent
commit
4838f86f98
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      background/views.py

+ 1 - 1
background/views.py

@@ -8,7 +8,7 @@ from rest_framework.views import APIView
 from rest_framework.viewsets import ModelViewSet
 
 from background.Object import AmazonS3Util, RedisObject, TokenObject
-from background.author import MyAuthentication
+# from background.author import MyAuthentication
 from background.serializers import ProductInfoSerializer, VideoInSerializer, QuickStartInfoSerializer, \
     UpgradeFirmwareInfoSerializer
 from background.models import ProductInfo, VideoInfo, QuickStartInfo, UpgradeFirmwareInfo, WechatUserInfo