Django thumbnails suggestion
Looking for an alternate to django-imagekit.
django-imagekit with django-cumulus causes loads of timeout issues and makes apps very inconsisten开发者_如何转开发t.
Are there any alternatives that you can suggest that you have used in your previous projects?
Easy-thumbnails seem to be the de-facto standard these days
http://github.com/SmileyChris/easy-thumbnails
Well, sorl was pretty good, but looks dead now. Maybe there's some actively developed fork somewhere.
Also, checkout Django Packages, i'm sure you'll find useful code.
精彩评论