staging
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user