Re: static.serve images from css template

2008-09-19 Thread Evgeny
On Sep 19, 3:33 pm, Evgeny <[EMAIL PROTECTED]> wrote: > On Sep 19, 2:53 pm, Daniel Roseman <[EMAIL PROTECTED]> > wrote: > > > Try putting an initial slash in your url: > > url(/site_media/images/img5.jpg) > > > -- > > DR. > > Tried this. Still doesn't work. Disredard that, it works, I just had

Re: static.serve images from css template

2008-09-19 Thread Evgeny
On Sep 19, 2:53 pm, Daniel Roseman <[EMAIL PROTECTED]> wrote: > Try putting an initial slash in your url: > url(/site_media/images/img5.jpg) > > -- > DR. Tried this. Still doesn't work. --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: static.serve images from css template

2008-09-19 Thread Daniel Roseman
On Sep 19, 9:50 am, Evgeny <[EMAIL PROTECTED]> wrote: > Hi, > I have a problem with serving static images with > django.views.static.serve from urls defined in css file. > Everything works ok when an image is served by tag in the > html (), but it doesn't work > when the link to the same image is

static.serve images from css template

2008-09-19 Thread Evgeny
Hi, I have a problem with serving static images with django.views.static.serve from urls defined in css file. Everything works ok when an image is served by tag in the html (), but it doesn't work when the link to the same image is in a css file (url(site_media/ images/img5.jpg)). The css file it