summaryrefslogtreecommitdiffstats
path: root/takahe/settings/production.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/settings/production.py')
-rw-r--r--takahe/settings/production.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/takahe/settings/production.py b/takahe/settings/production.py
index 2f943f4..f453177 100644
--- a/takahe/settings/production.py
+++ b/takahe/settings/production.py
@@ -11,7 +11,6 @@ except KeyError:
# Ensure debug features are off
DEBUG = False
-CRISPY_FAIL_SILENTLY = True
# TODO: Allow better setting of allowed_hosts, if we need to
ALLOWED_HOSTS = ["*"]