Untitled

 avatar
unknown
plain_text
a year ago
155 B
3
Indexable
    queryset = Account.objects.all()
    serializer_class = ProfileSerializer
    permission_classes = [permissions.AllowAny]
    lookup_field = 'username'
Editor is loading...
Leave a Comment