Skip to content

jjdelc/sorl-multi-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorl Multi engine

Allows using many engines together with sorl-thumbnail

Need to change the THUMBNAIL_ENGINE to sorl_multiengine.engine.pil.Engine

Then, define SORL_ENGINES in your settings with a list of the engines to apply in order:

SORL_ENGINES = [
    'sorl_watermarker.engines.pil.Engine',
	'sorl_sepia.engine.Engine',
]

About

Allows you to plug multiple engines to Sorl-thumbnail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages