django-opposable-thumbs

Easy image manipulation for Django


Licenses
MirOS/MirOS
Install
pip install django-opposable-thumbs==0.0.11

Documentation

django-opposable-thumbs

Tested on Django 2.1 and Python 3.5.

Example settings:

OPPOSABLE_THUMBS = {
    'CACHE_DIR': os.path.join(BASE_DIR, 'path/to/folder/'),
    'ALLOWED_SOURCES': [
        'http://example.com/static/one/',
        'http://example.com/static/two/',
        'http://somwehereelse.com/',
    ]
}