1👍
✅
Pass MEDIA_URL
like to render
like this
render(request,'music/song.html',{'MEDIA_URL': settings.MEDIA_URL})
and make sure to include from django.conf import settings
in your views.py
.
Source:stackexchange.com