I installed sorl-thumbnail and a lot seems to go right. For every {% thumbnail %} tag some folders and a thumbnail image are created in a "cache" folder.
Inside the template the image url is rendered as something like "cache/7b/74/7b74e7338fd08c52e3ac7526aa5eb7b6.jpg", which seems correct as well. However no image is displayed. When I try following the cache link, it results in a 404 error.