upgrade cripsy forms

This commit is contained in:
Ross
2023-02-27 14:49:04 +00:00
parent bf670d355f
commit 6b6d909038
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -74,6 +74,7 @@ INSTALLED_APPS = [
"django_unused_media", "django_unused_media",
"django_htmx", "django_htmx",
"crispy_forms", "crispy_forms",
"crispy_bootstrap4",
] ]
MIDDLEWARE = [ MIDDLEWARE = [
@@ -299,7 +300,8 @@ EMAIL_USE_SSL = True
ADMINS = [("Ross","ross@xkjq.uk")] ADMINS = [("Ross","ross@xkjq.uk")]
CRISPY_TEMPLATE_PACK = 'bootstrap' CRISPY_ALLOWED_TEMPLATE_PACK = 'bootstrap4'
CRISPY_TEMPLATE_PACK = 'bootstrap4'
DEBUG_CONTAINER = False DEBUG_CONTAINER = False
+1
View File
@@ -36,3 +36,4 @@ debugpy
git+https://github.com/jazzband/django-cookie-consent#django-cookie-consent git+https://github.com/jazzband/django-cookie-consent#django-cookie-consent
django-crispy-forms django-crispy-forms
django-ninja django-ninja
crispy-bootstrap4