From 8a7e96f79f91662a22e0a88d70404ef5bbf066ee Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 24 Aug 2012 17:32:54 +0200 Subject: Manage thumbnails for picture files - display with prettyPhoto on detail desc --- example_project/settings.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 742314d..dec2827 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -72,6 +72,11 @@ CHIMERE_OSM_PASSWORD = 'test' # encoding for shapefile import CHIMERE_SHAPEFILE_ENCODING = 'ISO-8859-1' +# thumbnail +CHIMERE_THUMBS_SCALE_HEIGHT=250 +CHIMERE_THUMBS_SCALE_WIDTH=None + + ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) -- cgit v1.2.3