Forums

Not displayed my Images for website, Admin, VideoJs, MediaElement

I do not known - Why.

Example page from website: http://eugenelysenkowebsite.pythonanywhere.com/en/contact_me/about_me/

Example from settings

import re from .base import * DEBUG = False ALLOWED_HOSTS = ['eugenelysenkowebsite.pythonanywhere.com']

Errors

GET http://eugenelysenkowebsite.pythonanywhere.com/static/app_contact_me/img/about_me_1.e05b5c1fef3b.jpg 404 (Not Found) eugenelysenkowebsite.pythonanywhere.com/:108 GET http://eugenelysenkowebsite.pythonanywhere.com/static/app_contact_me/img/about_me_2.dede4a0500ae.jpg 404 (Not Found)

I see that you have a static file mapping mapping /static/ on your website to /home/eugenelysenkowebsite/.virtualenvs/virtual_brat2/project_brat/staticfiles/. Is there a file located at /home/eugenelysenkowebsite/.virtualenvs/virtual_brat2/project_brat/staticfiles/app_contact_me/img/about_me_1.e05b5c1fef3b.jpg?