Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
978980cb
authored
2022-05-30 10:56:11 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
auth fix
1 parent
417d8dee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
978980c
...
...
@@ -1005,8 +1005,8 @@ class DocView(GenericView, DocHandler):
class
CompareResultView
(
GenericView
):
permission_classes
=
[]
authentication_classes
=
[]
#
permission_classes = []
#
authentication_classes = []
# permission_classes = [IsAuthenticated]
# authentication_classes = [OAuth2AuthenticationWithUser]
...
...
@@ -1307,8 +1307,8 @@ class SEContractView(GenericView):
class
AutoSettlementView
(
GenericView
):
permission_classes
=
[]
authentication_classes
=
[]
#
permission_classes = []
#
authentication_classes = []
# permission_classes = [IsAuthenticated]
# authentication_classes = [OAuth2AuthenticationWithUser]
...
...
@@ -1390,8 +1390,8 @@ class AutoSettlementView(GenericView):
class
AutoSettlementExcelView
(
GenericView
):
permission_classes
=
[]
authentication_classes
=
[]
#
permission_classes = []
#
authentication_classes = []
# permission_classes = [IsAuthenticated]
# authentication_classes = [OAuth2AuthenticationWithUser]
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment