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 7135f62f9..96eabacb9 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -15,7 +15,7 @@ TEST_VIEWS = True
if "test" in sys.argv:
sys.path.insert(0, '..')
-IMAGE_MAX_SIZE = (1024, 768)
+IMAGE_MAX_SIZE = (1024, 768) # put None if no resizing
THUMB_MAX_SIZE = (300, 300)
CACHE_SMALLTIMEOUT = 60