Comment

Matthew

More info. I've the following media file structure: <project-dir>/media/{css/img/js}. I've also a /cache-forever/ dir under the /media/ dir.

I noticed that django-static created a img dir under the project dir but with no file.

Parent comment

Matthew

1st off, this is a very useful django app! But, I faced some problem dealing with slimfile. I've got slimmer up and running. When I put something like this {% slimfile "css/style.css" %}, there is one image (ref inside style.css) didn't get staticfile applied to it. When I check, style.1277132930.css the image is still pointing to the "old" one, i.e. background-image:url(../img/hello.png). Am I doing something wrong here? Any idea? Thanks!