Need to work with csv file

2020-05-06 Thread Sherif Adigun
Have you checked the python csv module? You may also want to read this: https://docs.djangoproject.com/en/3.0/howto/outputting-csv/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from i

Re: Need to work with csv file

2020-05-06 Thread Robert Rajendra
g on that image i need > to find the color of that pixel position. > So i need to work with csv file. > In my views. Py file i have a function. In that function i need to open a > csv file which already created and data stored > > -- > You received this message because you are s

Need to work with csv file

2020-05-06 Thread sharu kuriakose
Hi guys Iam a student... doing a project in django. In my project i need to open an image, while clicking on that image i need to find the color of that pixel position. So i need to work with csv file. In my views. Py file i have a function. In that function i need to open a csv file