Re: Thumbnails In Django

2015-07-26 Thread Tao Huang
I also came across some problems with sorl-thumbnail. It cannot generate "cache" folder and thumbnail_kvstore is always empty. Please see more detail in this question . On Wednesday, July 22, 2015 at 3:37:11 A

sorl-thumbnail does not create cache

2015-07-25 Thread Tao Huang
I'm using sorl-thumbnail in django. I followed the installation guide. But thumbnail seems not working. It cannot generate cache folder under MEDIA_URL. Also, I checked my mysql database. Table thumbnail_kvstore is always empty. In settings.py: INSTALLED_APPS = ( ... 'sorl.thumbnail', ) MEDIA_