views:

31

answers:

2

Looking for an alternate to django-imagekit.

django-imagekit with django-cumulus causes loads of timeout issues and makes apps very inconsistent.

Are there any alternatives that you can suggest that you have used in your previous projects?

+1  A: 

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.

Dmitry Shevchenko
+1  A: 

Easy-thumbnails seem to be the de-facto standard these days

http://github.com/SmileyChris/easy-thumbnails

cheshire
just tried out easy_thumbnails maybe 2 hours ago, seems to be a teething issue at the moment with some of their migrations in MySQL.
ApPeL
1) When do migrations come into play at all? Why do you even care whether it has or does not have migrations?
cheshire
2) How is it in MySQL? They use south for migrations
cheshire
They use south for migrations yes, well it seems that someone has setup in a different environment and now the source seems to fail around migration #10 - http://github.com/SmileyChris/easy-thumbnails/issues#issue/45
ApPeL