This commit is contained in:
Ross
2024-08-18 22:29:48 +01:00
parent c2185f73a6
commit 3cb84fb7c4
6 changed files with 29 additions and 12 deletions
+3 -3
View File
@@ -76,7 +76,7 @@ INSTALLED_APPS = [
"django_unused_media",
"django_htmx",
"crispy_forms",
"crispy_bootstrap4",
"crispy_bootstrap5",
"autocomplete",
'markdownify.apps.MarkdownifyConfig',
'django_jsonforms',
@@ -291,8 +291,8 @@ EMAIL_USE_SSL = True
ADMINS = [("Ross","ross@xkjq.uk")]
CRISPY_ALLOWED_TEMPLATE_PACK = 'bootstrap4'
CRISPY_TEMPLATE_PACK = 'bootstrap4'
CRISPY_ALLOWED_TEMPLATE_PACK = 'bootstrap5'
CRISPY_TEMPLATE_PACK = 'bootstrap5'
DEBUG_CONTAINER = False