Files
eimzo/config/conf/drf_yasg.py
2025-07-23 10:10:16 +05:00

8 lines
153 B
Python

SWAGGER_SETTINGS = {
'SECURITY_DEFINITIONS': {
'basic': {
'type': 'basic'
}
},
}
SWAGGER_USE_COMPAT_RENDERERS = False