EMSTrack / WebServerAndClient

Home of the web server and its clients
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Swagger fixed #70

Open sungwookson opened 4 years ago

sungwookson commented 4 years ago

Swagger was not working because of version difference. Looking below github issue page, I added

'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema'

https://github.com/encode/django-rest-framework/issues/6809