mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-09 11:59:27 -05:00
Resolve matching model enum warning
This commit is contained in:
parent
27ca583db1
commit
47a2ab0415
@ -358,6 +358,9 @@ SPECTACULAR_SETTINGS = {
|
|||||||
"VERSION": "1.0.0",
|
"VERSION": "1.0.0",
|
||||||
"SERVE_INCLUDE_SCHEMA": False,
|
"SERVE_INCLUDE_SCHEMA": False,
|
||||||
"SWAGGER_UI_DIST": "SIDECAR",
|
"SWAGGER_UI_DIST": "SIDECAR",
|
||||||
|
"ENUM_NAME_OVERRIDES": {
|
||||||
|
"MatchingAlgorithm": "documents.models.MatchingModel.MATCHING_ALGORITHMS",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user