资 源 简 介
The application creates thumbnails in a few seconds by using:
A template tag
A customized view
Example:
```
or
```
Every image is cached for the specific size, in order to speed up the system.
Please verify the helpers.py file for customizing:
The default size (THUMBNAIL_DEFAULT_SIZE)
The working directory path for cache files (THUMBNAIL_DIRECTORY)
The default "no_image" path/filename (THUMBNAIL_DEFAULT_IMAGE)
Requirements
Django 1.1.1
PIL Image Library
To Do List
Time limit for cache
Inserting the default image file