PyWorkflowApp / visual-programming

A Python Visual Programming Workspace for Data Science
MIT License
33 stars 12 forks source link

Initial attempt at adding swagger documentation #21

Closed diegostruk closed 4 years ago

diegostruk commented 4 years ago
diegostruk commented 4 years ago

@reddigari added djangorestframework dependency to pipfile. Seems like it is working fine doing a pip install.

reddigari commented 4 years ago

Needs drf-yasg as well.

We should consider merging #20 first because I imagine resolving merge conflicts from this PR will be easier than the other way, but it's up to you and @reelmatt

diegostruk commented 4 years ago

@reddigari sorry forgot that drf-yasg which is now added. I was finishing reviewing #20 but I will merge it now so that it goes before this current one.