diff options
-rw-r--r-- | conf/dev_settings.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/dev_settings.py b/conf/dev_settings.py index 64ef83e..d2382a2 100644 --- a/conf/dev_settings.py +++ b/conf/dev_settings.py @@ -6,6 +6,7 @@ AUTH_LDAP_SERVER_URI = 'ldap://taifun.local.sublab.org' DEBUG = True TEMPLATE_DEBUG = DEBUG +THUMBNAIL_DEBUG = DEBUG DATABASES = { 'default': { @@ -28,5 +29,3 @@ LOGGING['loggers'].update({ }) SESSION_ENGINE = 'django.contrib.sessions.backends.db' - -THUMBNAIL_DEBUG = True |