You should instead simply use relative URLs to images in CSS files. Style sheets and images are (normally) always at the same location relative to each other so nothing will break if you change their location. Of course if your images are in a different domain than your style sheets, that's another case.
Erik On 14.09.2008, at 1:56, MrJogo wrote: > > What's the best way to use MEDIA_URL in a CSS file. For example, right > now my CSS file has something like: > > body { > background: transparent url('/media/images/bg.gif') repeat; > } > > I would like to use MEDIA_URL instead of /media/ (in a number of > places), but other than that the file is static. What's the best way > to do this? Should I templatize the whole thing? What type of a > performance change will I see (approximately)? > > Thanks. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---