diff options
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/settings.py | 2 | 
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 | 
