LIL-211. Now all tags in swagger docs collapsed

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 19962768c2
commit c0d310881a
  1. 6
      project/settings.py

@ -206,3 +206,9 @@ REST_FRAMEWORK = {
if DEBUG:
CORS_ORIGIN_ALLOW_ALL = True
# Swagger doc settings
SWAGGER_SETTINGS = {
'DOC_EXPANSION': 'none',
}

Loading…
Cancel
Save