Forums

Video file is not loading

I've a video file in the background in my home page, but it's working perfectly at localhost. But in pythonanywhere ; it's not working at all.

I've check the staticfiles directory, the file was there .

here's my site http://stockify.pythonanywhere.com/

do you have the static files mappings setup correctly? In particular it should look something like

/static/ --> /home/stockify/path/to/my/static/files/

Yes I did. All the images,js and css files are loaded except for this video file.

Nevermind , It's fixed . I made an error at the video path directory.

can you plzz tell me how to put the video path directory

Have a look at our help pages: https://help.pythonanywhere.com/pages/StaticFiles/ and https://help.pythonanywhere.com/pages/DebuggingStaticFiles/