Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active August 25, 2020 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/3945d12cb7227a5e192176a209ce29b7 to your computer and use it in GitHub Desktop.
Save velotiotech/3945d12cb7227a5e192176a209ce29b7 to your computer and use it in GitHub Desktop.
class UserSerializer(serializers.ModelSerializer):
class Meta:
model = User
fields = ("name", "email", "addresses")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment