static in Apache:
We must write next string in file apache2.conf:
Alias /media/ "/home/username/mysite/media/"
first arg - link to get images, second arg - full path to storage images folder.
Than we can write in code (link to the image):
Alias /media/ "/home/username/mysite/media/"