I have an django app which create csv file from database queryset and send it to api as following
#create queryset qs=Apple.objects.filter(args) #create csv f