Closed dsever closed 5 years ago
I've checked swagger integration within your code, it is straight forward. (I believe you already know that)
Inside of app.urls is missing: from rest_framework_swagger.views import get_swagger_view schema_view = get_swagger_view(title='Pastebin API')
url(r'^apibrowser$', schema_view),
Hi, I like this project, but something is missing :) Is there any plan to speed up of API documentation? Maybe swagger would be good idea to to start? There is lot's of plans in roadmap, and I believe that community would like to contribute.
Dubravko