Music Recommendation System
Home
About
Contact Us
{% csrf_token %}
Choose a Music from this list:
{% for n in l %}
{% endfor %}
Show
{% csrf_token %}
Choose a Music from this list:
{% for n in l %}
{% endfor %}
Show
{% csrf_token %}
Choose a Music from this list:
{% url 'music_list' %} {% for n in l %}
{{n}}
{% endfor %}
Show
Previous
Next
{% for i in rec %}
{{i}}
{% endfor %}