Ondra Chládek

Results 2 issues of Ondra Chládek

Hi, is it possible to easily add a custom part database?

**Describe the bug** If I put SpectacularAPIView the view downloads the yaml file instead of showing it inline **To Reproduce** urls.py ``` urlpatterns = [ ... path("docs/api/swagger.yaml", SpectacularAPIView.as_view(), name="schema"), ......