python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Disable pagination inspector on drf_yasg
I'm using drf_yasg to create my swagger document but I have an issue with PaginationInspector. In one of my views I declare a paginator and in swagger, is shown as the default pagination for swagger.
...
Perse
Votes: 0
Answers: 1
Django drf-spectacular with FirebaseBackend auth
To give as much context as possible; I have two problems while using drf-spectacular to build my API documentation;
With my default configuration, I cannot even load the documentation's page because ...
Manuhito
Votes: 0
Answers: 1
Django drf-yasg swagger required header LOCALE parameter for every route
Is it possible to make header locale parameter required for every URL in application.
Can i achieve it to set it up in global configuration or in every view method and if yes how can i do this?
I.Jokhadze
Votes: 0
Answers: 2
Django Rest Framework Swagger Documentation
Good day everyone! I am writing a game application using Django and Django rest framework.
I have been working on swagger documentation and the main problem is, that autogenerated schema is without an...
Yehor Dremliuha
Votes: 0
Answers: 1