[Django]-How do you Serialize the User model in Django Rest Framework

18👍

Solved. Was a typo. In serializers.py the class should be using “serializers.ModelSerializer” and not “serializers.Serializer”.

Leave a comment