Project Solution: Inserting Songs and Playlists
Let's review the solution for how to insert songs and playlists.
We'll cover the following...
We'll cover the following...
Solution
Explanation
Previously, we were using the my_songs and my_playlists lists to store information regarding songs and playlists. But now we have learned how to manipulate the database using models. Therefore, we are getting rid of the dictionaries. You were ...