Slava
Results
5
comments of
Slava
updated and fixed conflicts, so now could be merged
My solution: 1. Add a variable to settings.py. For example: ``` DRF_YASG_EXCLUDE_VIEWS = [ 'rest_auth.views.LoginView', ] ``` Then create a custom classes that inherits `EndpointEnumerator` and `OpenAPISchemaGenerator`: ``` from django.conf...
the same issue with version 22