On Wed, Sep 3, 2014 at 10:32 PM, Collin Anderson <cmawebs...@gmail.com> wrote:
> it should be relative do your /static/ directory like so:
>
> {% static "images/pilka.jpg" %}
>

Alternatively, it is good to include the app name in the static path,
so it might be better to move the file to
/home/daymys/dom/player/static/player/images, and keep it as "{%
static "player/images/pilka.jpg" %}".

Cheers

Tom

-- 
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/CAFHbX1LXjwZe27JJhjjoDmjWQ-qExdbt%3DSz8%3DMaoAS6aC6Zcpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to