On Wed, Sep 3, 2014 at 10:32 PM, Collin Anderson <
cmawe...@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