Skip to content

Commit

Permalink
Disable FormParser
Browse files Browse the repository at this point in the history
We don't need it for anything.
  • Loading branch information
SpecLad committed Mar 16, 2023
1 parent c0cfa99 commit 66591a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cvat/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def add_ssh_keys():
REST_FRAMEWORK = {
'DEFAULT_PARSER_CLASSES': [
'rest_framework.parsers.JSONParser',
'rest_framework.parsers.FormParser',
'rest_framework.parsers.MultiPartParser',
],
'DEFAULT_RENDERER_CLASSES': [
Expand Down

0 comments on commit 66591a1

Please sign in to comment.