From 3f14d0f6481f1781d598d29b79a96fb7ee727320 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 May 2018 17:49:16 +0200 Subject: Standardize related field item for imagee collections (refs #4076) --- example_project/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index d5efd2891..241e330f9 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -15,8 +15,8 @@ TEST_VIEWS = True if "test" in sys.argv: sys.path.insert(0, '..') -IMAGE_MAX_SIZE = (1024, 768) # put None if no resizing -THUMB_MAX_SIZE = (300, 300) +IMAGE_MAX_SIZE = (1280, 960) # put None if no resizing +THUMB_MAX_SIZE = (600, 600) CACHE_SMALLTIMEOUT = 60 CACHE_TIMEOUT = 3600 -- cgit v1.2.3