How do I set the page title? When I open the generated page, the title is simply 'Swagger'. I already set: SPECTACULAR_SETTINGS = { 'TITLE': 'my custom title', } but that title only appears on the top of the page.
How do I set the page title? When I open the generated page, the title is simply 'Swagger'. I already set:
SPECTACULAR_SETTINGS = {
'TITLE': 'my custom title',
}
but that title only appears on the top of the page.