i want to send an array of inputs to my django rest api. I can fill the array with data, but i always got an error message when i tried to send to the rest api.
I have already tried to use the ArrayField() option in django but it didnt work.
i want to send an array of inputs to my django rest api. I can fill the array with data, but i always got an error message when i tried to send to the rest api.
I have already tried to use the ArrayField() option in django but it didnt work.