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