summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-08-30 15:17:43 +0100
committerMatthew Lemon <y@yulqen.org>2024-08-30 15:17:43 +0100
commit2cc69382c15aeed665b32aed01c701840ee80c9c (patch)
tree78ec618c8e21e0e4fa447fd3cb7732c584ef998a /conf
parentd6d688eed9b9532ff79eb4c4ac8fb09b6e1ae2c8 (diff)
Removed most of w3 and working on fixing the forms.
Diffstat (limited to 'conf')
-rw-r--r--conf/settings/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/settings/base.py b/conf/settings/base.py
index ce622eb..fb9b658 100644
--- a/conf/settings/base.py
+++ b/conf/settings/base.py
@@ -50,7 +50,6 @@ INSTALLED_APPS = [
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
- "crispy_forms",
"django_htmx",
# "debug_toolbar",
]
@@ -97,8 +96,6 @@ TEMPLATES = [
},
]
-CRISPY_ALLOWED_TEMPLATE_PACKS = ("w3",)
-CRISPY_TEMPLATE_PACK = "w3"
WSGI_APPLICATION = "ded.wsgi.application"