aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/base.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-22 17:40:17 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-22 17:40:17 +0100
commit8d23046d174e4d8dce0f13cc88b099d3c12b07ec (patch)
treee51c3cf677b40ea933fe6d251bb28b3b1af71365 /config/settings/base.py
parenta505c844c0537c7aeb59e287687561d2d0a9d6e4 (diff)
wip: started working on the add new resource form
Diffstat (limited to 'config/settings/base.py')
-rw-r--r--config/settings/base.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/settings/base.py b/config/settings/base.py
index 81e0f82..e670482 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -71,7 +71,6 @@ DJANGO_APPS = [
]
THIRD_PARTY_APPS = [
"crispy_forms",
- "crispy_bootstrap5",
"allauth",
"allauth.account",
"allauth.mfa",
@@ -201,8 +200,8 @@ TEMPLATES = [
FORM_RENDERER = "django.forms.renderers.TemplatesSetting"
# http://django-crispy-forms.readthedocs.io/en/latest/install.html#template-packs
-CRISPY_TEMPLATE_PACK = "bootstrap5"
-CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
+#CRISPY_TEMPLATE_PACK = "bootstrap5"
+#CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
# FIXTURES
# ------------------------------------------------------------------------------