seth12
Results
2
issues of
seth12
It is possible to serialize APIRequestLog when i try to create a serialize only user.id is returning: Here is my class: class ApiRequestTableSerializer(serializers.Serializer): requested_at = serializers.DateTimeField(format='%d %b %Y') path =...
A got a error when trying to call ".../token/login" Says keyerror email, cause i didnt pass any email on POST request can you fix your validate method, i check you...