I have my path like below:

home <https://www.pythonanywhere.com/user/darmys/files/home> > darmys 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys> > dom 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys/dom> > player 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys/dom/player> > 
templates 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys/dom/player/templates>
 
> access 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys/dom/player/templates/access>
 
> index.html

and code

div>{% load staticfiles %}<img src="{% static "player/images/pilka.jpg" %}" 
alt="Piłka"/></div>

path to image is 


home <https://www.pythonanywhere.com/user/darmys/files/home> > darmys 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys> > dom 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys/dom> > player 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys/dom/player> > 
static 
<https://www.pythonanywhere.com/user/darmys/files/home/darmys/dom/player/static>
 
> images

In my site I see not image but only alt text why? :/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cf3c5459-ce4e-4e98-ad9d-bbf40163ee9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to