Here are the posts tagged with sorl:
Django: It's DRY, but you can sink your teeth into it
One of Django's core principles is the concept of DRY: Don't Repeat Yourself. Overall, the framework does a fantastic job at forcing you to follow that principle by default (and it's never a bad thing). Here and there, however, we need to add some initiative. I'd like to quickly share ...... Read more
Sending the url of a thumbnail from Django with sorl.thumbnail
Sorl.thumbnail is a fantastic (in my opinion the best) thumbnailing library for Django. The documentation isn't all that great though, and it takes some figuring out how to actually send just an URL string from Django to the template, instead of using the template tag (which is normally very useful). "Why ...... Read more
