summaryrefslogtreecommitdiffstats
path: root/takahe/settings/development.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-13 16:14:38 -0700
committerAndrew Godwin2022-11-13 16:15:14 -0700
commit34b24a0dcb044cb755e201ad1a83253d0690e78e (patch)
tree51e6842d9e1392fafcd617cf4de0fa7e28397c87 /takahe/settings/development.py
parent5a8b6bb3d022a532562ad5fa6d629cfc48c51b46 (diff)
downloadtakahe-34b24a0dcb044cb755e201ad1a83253d0690e78e.tar.gz
takahe-34b24a0dcb044cb755e201ad1a83253d0690e78e.tar.bz2
takahe-34b24a0dcb044cb755e201ad1a83253d0690e78e.zip
More UI!
Diffstat (limited to 'takahe/settings/development.py')
-rw-r--r--takahe/settings/development.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/takahe/settings/development.py b/takahe/settings/development.py
index 54bc35d..051b4fb 100644
--- a/takahe/settings/development.py
+++ b/takahe/settings/development.py
@@ -10,7 +10,6 @@ MIDDLEWARE.insert(0, "core.middleware.AlwaysSecureMiddleware")
# Ensure debug features are on
DEBUG = True
-CRISPY_FAIL_SILENTLY = False
ALLOWED_HOSTS = ["*"]
CSRF_TRUSTED_ORIGINS = [