8972362c86
The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. So whenever a thumbnail does not exist or if the source was modified more recently than the existing thumbnail, a new thumbnail is generated (and saved). Thumbnail aliases can be defined, providing predefined thumbnail options. This also allows for generation of thumbnails when the source image is uploaded. WWW: http://pypi.python.org/pypi/easy-thumbnails/ WWW: https://github.com/SmileyChris/easy-thumbnails PR: ports/169246 Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
8 lines
379 B
Text
8 lines
379 B
Text
**********************************************************************
|
|
|
|
Don't forget to add 'easy_thumbnails' to your Django project's
|
|
INSTALLED_APPS list. Then, if you have South installed, run the
|
|
command "python manage.py migrate easy_thumbnails". Otherwise, run
|
|
the command "python manage.py syncdb".
|
|
|
|
**********************************************************************
|