workaround bug in sorl-thumbnail
authorJan Szejko <janek37@gmail.com>
Wed, 10 May 2017 12:34:06 +0000 (14:34 +0200)
committerJan Szejko <janek37@gmail.com>
Wed, 10 May 2017 12:34:06 +0000 (14:34 +0200)
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