diff --git a/project/settings.py b/project/settings.py index d52eb79d..17c6ec7e 100644 --- a/project/settings.py +++ b/project/settings.py @@ -206,3 +206,9 @@ REST_FRAMEWORK = { if DEBUG: CORS_ORIGIN_ALLOW_ALL = True + +# Swagger doc settings + +SWAGGER_SETTINGS = { + 'DOC_EXPANSION': 'none', +}