Importing data from a local CSV file

The Comma-Separated Values (CSV) format is probably the simplest way to store tabular data in a text file. In this recipe, we will create a management command that imports data from a CSV file to a Django database. We will need a CSV list of songs. You can easily create such a file with Excel, Calc, or another spreadsheet application.