django-rest-swagger
django-rest-swagger copied to clipboard
Improving Info on Generating the JSON Settings
:D Tested and Working Fixing #676 #658 #626 #613 Just add the 'INFO' key on your SWAGGER_SETTINGS on settings.py of Django and should work
🍰
Hi is this working now? Thank you!
SWAGGER_SETTINGS = {
'INFO': {
'url': 'https://pir ir;/',
'version': 'VERSION',
'contact': {
'name': 'CONTACT NAME',
'email': 'CONTACT EMAIL',
'url': 'CONTACT URL/DOCUMENTATON URL'
},
'description': 'Description of the api on the page',
'license': {
'name': 'MIT',
'url': 'LINK TO YOUR LICENSE',
},
'title': 'Title of your api',
}
}