Django project files handling logic (fresher question)
In my django project I want user to have an option to upload csv file, than I want to extract data from it , process them and send back processed csv file to user.
I would like to know where do I need to implement the logic of file processing in modules or views?