joncombe / django-opposable-thumbs

Yet another (thumbnail) image generator. Documentation coming soon, I promise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/',
    ]
}

About

Yet another (thumbnail) image generator. Documentation coming soon, I promise.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%