Open philipn opened 9 years ago
From @mivanov on August 22, 2012 21:2
Yep #146 is unrelated, but we should use that patch.
From @peterldowns on February 15, 2013 8:10
I'm having a very similar problem (background-image: url(/images/frontpage/seperator.png)
leads to an error saying that frontpage/seperator.png
can't be found -- somehow dropping the /images/
prefix) in one of my own django projects. @mivanov, did you ever manage to resolve this issue?
From @mivanov on August 22, 2012 20:49
Traceback after running collectstatic command:
Trying to find what's causing this...
(env)root@localwiki:/srv/sites/detroit/env/share/localwiki/themes/sapling-detroit# grep -R welcome.jpg * assets/css/detroit.css: background-image: url(/front_page/_files/welcome.jpg);
So the most likely cause is this file.
Copied from original issue: localwiki/localwiki#326