From 34b24a0dcb044cb755e201ad1a83253d0690e78e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 16:14:38 -0700 Subject: More UI! --- takahe/settings/production.py | 1 - 1 file changed, 1 deletion(-) (limited to 'takahe/settings/production.py') 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 = ["*"] -- cgit v1.2.3