Add top genre to Track object

- merge from chris/audio_features branch
- fixed crashing when new artist doesn't have genre
- get genre/artist data using user secret
- removed punctuation from user secret
This commit is contained in:
2018-06-11 18:34:54 -04:00
8 changed files with 150 additions and 83 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ db.sqlite3
*.bak
.idea/
.vscode/*
*/migrations/*
api-keys.sh
Pipfile