Forums

Cannot display image from a folder from Files on pythoneverywhere Webpage

Hello, I cannot display images in static folder and media folder on the web. However the path to the images are correct but the error log still said that "Not Found: /myProject/myProject/static/output.png" and "Not Found: /myProject/media/picture.png".

Is there something i need to add like an URL link in the configurations so it can find this path? I also tried to put full path "home/myname/myProject/myProject/static/output.png" but the error is still the same. Thank you.

It looks like a static files mapping issue -- see those help pages: