auth fix
Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -1005,8 +1005,8 @@ class DocView(GenericView, DocHandler): | ... | @@ -1005,8 +1005,8 @@ class DocView(GenericView, DocHandler): |
1005 | 1005 | ||
1006 | 1006 | ||
1007 | class CompareResultView(GenericView): | 1007 | class CompareResultView(GenericView): |
1008 | permission_classes = [] | 1008 | # permission_classes = [] |
1009 | authentication_classes = [] | 1009 | # authentication_classes = [] |
1010 | # permission_classes = [IsAuthenticated] | 1010 | # permission_classes = [IsAuthenticated] |
1011 | # authentication_classes = [OAuth2AuthenticationWithUser] | 1011 | # authentication_classes = [OAuth2AuthenticationWithUser] |
1012 | 1012 | ||
... | @@ -1307,8 +1307,8 @@ class SEContractView(GenericView): | ... | @@ -1307,8 +1307,8 @@ class SEContractView(GenericView): |
1307 | 1307 | ||
1308 | 1308 | ||
1309 | class AutoSettlementView(GenericView): | 1309 | class AutoSettlementView(GenericView): |
1310 | permission_classes = [] | 1310 | # permission_classes = [] |
1311 | authentication_classes = [] | 1311 | # authentication_classes = [] |
1312 | # permission_classes = [IsAuthenticated] | 1312 | # permission_classes = [IsAuthenticated] |
1313 | # authentication_classes = [OAuth2AuthenticationWithUser] | 1313 | # authentication_classes = [OAuth2AuthenticationWithUser] |
1314 | 1314 | ||
... | @@ -1390,8 +1390,8 @@ class AutoSettlementView(GenericView): | ... | @@ -1390,8 +1390,8 @@ class AutoSettlementView(GenericView): |
1390 | 1390 | ||
1391 | 1391 | ||
1392 | class AutoSettlementExcelView(GenericView): | 1392 | class AutoSettlementExcelView(GenericView): |
1393 | permission_classes = [] | 1393 | # permission_classes = [] |
1394 | authentication_classes = [] | 1394 | # authentication_classes = [] |
1395 | # permission_classes = [IsAuthenticated] | 1395 | # permission_classes = [IsAuthenticated] |
1396 | # authentication_classes = [OAuth2AuthenticationWithUser] | 1396 | # authentication_classes = [OAuth2AuthenticationWithUser] |
1397 | 1397 | ... | ... |
-
Please register or sign in to post a comment