From 2cc69382c15aeed665b32aed01c701840ee80c9c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 30 Aug 2024 15:17:43 +0100 Subject: Removed most of w3 and working on fixing the forms. --- conf/settings/base.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/settings/base.py') 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" -- cgit v1.2.3