From e95e9ca2149d2cbcd741b8e7650f5580514b946a Mon Sep 17 00:00:00 2001 From: zhengxie Date: Sat, 27 Dec 2014 19:07:09 +0800 Subject: [PATCH] Enable thumbnail by default --- seahub/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/settings.py b/seahub/settings.py index 8a7605d0db2..6db660f3f0c 100644 --- a/seahub/settings.py +++ b/seahub/settings.py @@ -411,7 +411,7 @@ def genpassword(): ################### # Enable or disable thumbnail -ENABLE_THUMBNAIL = False +ENABLE_THUMBNAIL = True # Absolute filesystem path to the directory that will hold thumbnail files. THUMBNAIL_ROOT = os.path.join(PROJECT_ROOT, 'seahub/thumbnail/thumb')