サムネイルの作成中に問題が発生しました。最新バージョンで sorl.thumbnail を使用しています。
エラーはサムネイルの行を示していますが、画像のアドレスは存在します。
{% thumbnail img "255x120" crop="center" as im %}
<img src="{{ im.url }}" height="120" />
{% endthumbnail %}
問題が PIL にあると請求します。
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 1.3.1
Exception Type: TemplateSyntaxError
Exception Value:
Caught IOError while rendering: not enough data
Exception Location: D:\CODE\wamp\www\AMBIENTES\env\lib\site-packages\PIL\TiffImagePlugin.py in load, line 383
完全なトレースバック: http://dpaste.de/R2zLw/