1👍
You can set the SECURITY_DEFINITIONS
–(doc) to None
or set it as per the OpenAPI schema definition,
SWAGGER_SETTINGS = {
'SECURITY_DEFINITIONS': None
}
👤JPG
- [Django]-How to use dart sass in python
- [Django]-Django log errors and traceback in file in production environment
- [Django]-Django 1.3 internationalization… switching language requires server restart?
-1👍
Yes, by using SUPPORTED_SUBMIT_METHODS
in SWAGGER_SETTINGS
make it like SUPPORTED_SUBMIT_METHODS': [],
- [Django]-Managing a pool of connections to a hosted Elastic Search provider
- [Django]-Django – queryset with extra method returns empty, count() says otherwise
- [Django]-Setting up Django website on a shared hosting
Source:stackexchange.com