We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e089d commit 3f740c8Copy full SHA for 3f740c8
apps/smartdoc/settings/base.py
@@ -86,6 +86,7 @@
86
87
SWAGGER_SETTINGS = {
88
'DEFAULT_AUTO_SCHEMA_CLASS': 'common.config.swagger_conf.CustomSwaggerAutoSchema',
89
+ 'DEFAULT_GENERATOR_CLASS': 'common.config.swagger_conf.CustomOpenAPISchemaGenerator',
90
"DEFAULT_MODEL_RENDERING": "example",
91
'USE_SESSION_AUTH': False,
92
'SECURITY_DEFINITIONS': {
0 commit comments