diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-09-03 12:02:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 12:02:00 +0100 |
commit | c9677a2d2b13d156d28f01950db7670d5fe16407 (patch) | |
tree | 78ec618c8e21e0e4fa447fd3cb7732c584ef998a /conf | |
parent | afc33046439e4cec0a5de7c87cb5dc8e23606689 (diff) | |
parent | 2cc69382c15aeed665b32aed01c701840ee80c9c (diff) |
Merge pull request #100 from defencedigital/postgres-migration
Migrating to Tailwind
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" |