2009-3-27

15:40 savid
Does anyone here use sorl-thumbnail? I need to store my item images outside of my MEDIA_ROOT, but I can't figure out how, it seems that sorl-thumbnail expects everything to be in MEDIA_ROOT
15:47 jezdez
savid: I think it's basically an ImageField which should be able to take an optional storage argument
15:47 jezdez
15:48 savid
jezdez, thanks :) rozwell also hinted toward that on #djanog
15:48 jezdez
ah, ok :)