diff options
author | Matthew Lemon <y@yulqen.org> | 2024-08-30 15:17:43 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-08-30 15:17:43 +0100 |
commit | 2cc69382c15aeed665b32aed01c701840ee80c9c (patch) | |
tree | 78ec618c8e21e0e4fa447fd3cb7732c584ef998a /conf | |
parent | d6d688eed9b9532ff79eb4c4ac8fb09b6e1ae2c8 (diff) |
Removed most of w3 and working on fixing the forms.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/settings/base.py | 3 |
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" |