Advertisement
jrujano

Untitled

Mar 2nd, 2021
1,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. class FasesViewSet(ReadOnlyModelViewSet):
  2.     # permission_classes = [AllowAny]
  3.     """Descripcion para Fases"""
  4.     swagger_schema = None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement