Forums

Static file issues

Hello, I have collected my static files into my project. I see the directory and the target file in my tree. My error log says it cannot find the static file at the exact location that they are stored. What am I doing wrong? You have permission to view my files.

Thank you very much.

How does your static files mapping look like and what is the path to the files and url to retrieve them?

Hi there, as it almost always happens I figured it out shortly after asking for help. The issue was that I was expecting my settings.py to handle the static routes and I did not update them appropriately in the mapping in the "web" tab.

Thank you

Great, glad to hear that you worked it out!