What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Aug 13, 2008 by mi...@sorl.net
Plugins  

Plugin architecture is rolling in trunk!

Simple example on how to use it to use it:

THUMBNAIL_PROCESSORS = (
    'sorl.thumbnail.processors.colorspace',
    'sorl.thumbnail.processors.autocrop',
    'sorl.thumbnail.processors.scale_and_crop',
    'sorl.thumbnail.processors.filters',
    'your.own.processor',
)

read the docs to find out more.


Sign in to add a comment