My problem is that I am using Django STATIC_URL within my java script code. My code works in my developing environment but when I upload it to pythonanywhere.com it's not working. I checked my code relative paths it's working but using STATIC_URL it's not working my code looks like this:
document.write(" <source data-src='{{STATIC_URL}}{{filename}}' type='video/mp4' >");