diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dev_settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/dev_settings.py b/conf/dev_settings.py index 6d3c702..64ef83e 100644 --- a/conf/dev_settings.py +++ b/conf/dev_settings.py @@ -28,3 +28,5 @@ LOGGING['loggers'].update({ }) SESSION_ENGINE = 'django.contrib.sessions.backends.db' + +THUMBNAIL_DEBUG = True |