Posts by Joey Fran • 101 points
1 post
-
0
votes0
answers347
viewsQ: How to create a function to pass a JSON in the Django Rest framework?
I am studying drf and would like to create a function that would receive a list in JSON format and do an update by serializer. To illustrate better follows as I am thinking. example_serializer.py…