List of playlists not displaying Django music app
i’m making a music streaming website and i’m trying to display the user’s list of playlists in the , but i always get that the user has no playlists(but there are playlists in database for the user). What is the problem? maybe the playlist view is not correct?
Images not displaying in my for loop Django
i’m making a music streaming website and i want to display the songs in the homepage. I’m using a for loop in songs and everything is working ( but the images are not displaying. How can i fix it?