ryubsmile / spotify-song-recommender

Song Recommender
2 stars 1 forks source link

db connection #21

Closed sophryu99 closed 3 years ago

sophryu99 commented 3 years ago

Working with content-based recommendation algorithm

sophryu99 commented 3 years ago

Applying migrations to sqlite db

Reference:

Commands

python3 manage.py makemigrations
python3 manage.py migrate