jdriscoll / django-imagekit

Automates image processing for Django models. Resize, process and cache multiple versions of your image files. Access newly created files with a standard API. Supports alternate storage schemes such as Amazon S3.

Clone this repository (size: 135.6 KB): HTTPS / SSH
$ hg clone http://hg.driscolldev.com/django-imagekit
commit 71: 78778f63000e
parent 70: 120f9bb88318
child 72: 25f1190d2fc5
Imagekit not longer uses the appends the upload_to path of the image when generating the cache filename. The new default format is [media_root]/[cache_dir]/[cache_filename]. default
Justin Driscoll / jdriscoll
8 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
django-imagekit /
filename size last modified message
imagekit  
.hgignore 52 B 19 months ago Renamed config to defaults and modified a couple of default…
.hgtags 229 B 15 months ago Added tag 0.3.2 for changeset a016b56c2f89
LICENSE.txt 1.5 KB 16 months ago Fixed line wraps
setup.py 996 B 15 months ago Bumped version number