wncc / Hello-FOSS-SOC-Portal

This is the official repository of SOC Portal by TTY-17 WnCC, IITB
3 stars 15 forks source link

added function to upload projects from CSV file #18

Closed vaibhav1724 closed 3 days ago

vaibhav1724 commented 2 weeks ago

I added a function that uses pandas to read the CSV file and then saves the project based on the predefined Project model. I am able to read the images in the img folder, and they reflect in the frontend as well. Also, if any new changes are made to the projects.csv file (addition or removal of any project), they reflect that as well in the frontend.