summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 0ccbb03a5..623c7195b 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -24,7 +24,7 @@ TEST_VIEWS = True
if "test" in sys.argv:
sys.path.insert(0, "..")
-IMAGE_MAX_SIZE = (1280, 960) # put None if no resizing
+IMAGE_MAX_SIZE = None # put x, y for resizing
THUMB_MAX_SIZE = (600, 600)
# DISABLE_TASK_TIMEOUT = False # problematic for now