- Create virtualenv and activate it
- Clone the repository
pip install -r requirements.txt
- Read restaurants.csv file
- Create appropriate models with accordance to the contents of the file
- Write a view to upload a csv file, read and parse the contents, save in database
- Write a test to that view
-
- Profit