An image processing library created for manhattan to allow local file storage without running an instance of hangar51.
Project description
Box51
An image processing library created for manhattan to allow local file storage without running an instance of hangar51.
Installation
pip install box51
Manhattan setup
Modify you application config as follows:
from manhattan.assets.backends import box51
from werkzeug.contrib.cache import SimpleCache
class Config:
# Assets
ASSET_BACKEND = box51
ASSET_BACKEND_SETTINGS = {
'asset_root': '/path/to/assets',
'cache': SimpleCache()
}
ASSET_BACKEND_ROOT = 'http://mysite.com/assets'
Limitations
- Box51 does not support the facial recognition feature provided by Hangar51.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
box51-0.1.2.tar.gz
(7.3 kB
view hashes)