Forums

Finds CSS and JS but no images

When I load my project, everything works but the images will not load. The files are in a folder called images which is in the static folder. I feel like they should be in a folder called media but I guess I never created one when making the project. Funny thing is, when I load the django admin page, there is no css.
My troubleshooting efforts are burnt out for the day. If someone could look over my project it would be greatly appreciated.

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