Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 370 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 370 Bytes

Test Assignment

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

  8. Profit