From bc61c2221c218b689a28bc0b80cbac08d6b77000 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 23 Dec 2011 22:12:55 +0530 Subject: [PATCH] debug for thumbnail --- itf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/settings.py b/itf/settings.py index 7a820a2..6e087d0 100755 --- a/itf/settings.py +++ b/itf/settings.py @@ -9,7 +9,7 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG JSON_DEBUG = DEBUG - +THUMBNAIL_DEBUG = True LOCAL_DEVELOPMENT = True LOGGING_INTERCEPT_REDIRECTS = True