Search code examples
pythondjangopythonanywhere

trouble with media folder pythonanywhere


pythonanywhere cant find files in me media folder enter image description here

But I have this file! enter image description here

roots in my settings.py

STATIC_URL = '/static/'

STATIC_ROOT = '/home/dimabytes/my-first-blog/static'

MEDIA_ROOT = '/home/dimabytes/my-first-blog/media'
MEDIA_URL = '/media/'

me web page at pythonanywhere

enter image description here


Solution

  • The problem was that I automatically displayed the working directory in the folder with my name. It was necessary to finish the path of the project введите сюда описание изображения