Skip to content

Instantly share code, notes, and snippets.

@DJWOMS
Created September 7, 2022 10:56
Show Gist options
  • Save DJWOMS/33f2fa0be4b81a1574f2726a13750540 to your computer and use it in GitHub Desktop.
Save DJWOMS/33f2fa0be4b81a1574f2726a13750540 to your computer and use it in GitHub Desktop.
serializer = CommentSerializer(comment)
print(serializer.data)
# {'email': u'leila@example.com', 'content': u'foo bar', 'created': datetime.datetime(2012, 8, 22, 16, 20, 9, 822774)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment