Relative Content

Tag Archive for pythonhtmldjangobackend

My Django for-loop is not displaying the elements

I’m making a loop to display all the songs in my music streaming website homepage with a carousel but is not working (it doesn’t display nothing but i have like 10 songs in my database). How can i fix it?
This is my html code:

my Django registration page redirect isn’t working

i’m trying to make a registration page for my Django project. When i compile the registration form it gives me the error in the image because it tries to go to this path (he doubles users/register): localhost/users/register/users/register/. How can i fix it? this is my code: