Error when displaying contents of a .csv in Django (backend in S3 AWS)
I’m having quite a trouble when displaying in JSON format the contents of a .csv file located in a S3 Bucket. I am able to do the GET method correctly, but I think that I’m doing something wrong when trying to display the contents of the previously mentioned file.