workaround bug in sorl-thumbnail
[emels.git] / emels / settings / __init__.py
index 5ad5b23..5163199 100644 (file)
@@ -18,3 +18,8 @@ try:
     from emels.localsettings import *
 except ImportError:
     pass
+
+# required by sorl-thumbnail
+# remove when this is fixed:
+# https://github.com/mariocesar/sorl-thumbnail/issues/476
+TEMPLATE_DEBUG = False