please help me . i am new to django. i am trying to load an image placed in static folder but its not loading. its giving a 404 error. tried everything but still not getting the result. thanks
please help me . i am new to django. i am trying to load an image placed in static folder but its not loading. its giving a 404 error. tried everything but still not getting the result. thanks
Hi, here are few hints to start with -- 1. check your error logs for any errors, 2. check this help page: https://help.pythonanywhere.com/pages/DebuggingStaticFiles/ for basic instructions how to debug static files issues.