0 votes
in Django by

To render the serialized data of the response into the final response, the __________ method is called.

a) .render()

b) .data

c) Response

d) .content_type

1 Answer

0 votes
by
a) .render()
...