astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

feat(backend): used swagger_fake decorator #130

Closed allynt closed 3 years ago

allynt commented 3 years ago

Used new swagger_fake decorator for views that need it, instead of explicitly and repeatedly specifying the same checks for swagger schema generation in each of those views.