You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we can set the schema_renderer classes as kwargs on the DefaultRouter, but can't override the renderer classes used on the root view which comes from the settings.
Currently, we can set the schema_renderer classes as kwargs on the DefaultRouter, but can't override the renderer classes used on the root view which comes from the settings.
https://github.com/tomchristie/django-rest-framework/blob/master/rest_framework/routers.py#L292
It would be desirable to replace BrowsableAPI renderer with the SwaggerUI html renderer in Django REST Swagger.
Referencing issue:
marcgibbons/django-rest-swagger#479 (comment)
The text was updated successfully, but these errors were encountered: