Saving data from csv file in a database

2017-06-03 Thread Arshdeep Singh
What I want to do is a user to go to a page where he can add some objects(Model) like a hostel which has some fields, otherwise what he can do is upload a CSV file and what I will do is accept upload of that CSV file and save data in a database. I have been trying to do this for past two days s

What is the best approach

2017-06-09 Thread Arshdeep Singh
down votefavorite I was thinking about making a Hostel Allocation Web application. It has models, Student, Room, Hostel. What I want is to create a function that allocates students after each year. For that, I thou