1👍
✅
Your folder structure in your server is wrong. According to this you should put your static files under a structure like this:
[home folder where manage.py is located]/[module_name]/[images, defined in settings.py]/[module_name]/[image_file_name]
In your case:
New/MyModule/images/MyModule/Avril_Lavigne_-_00_-_Sk8er_Girl_-_Frontcover_-simplemp3s.jpg
Double check your folder structures. You may have to update your file paths in your database.
Source:stackexchange.com