upgrade cripsy forms
This commit is contained in:
+3
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -35,4 +35,5 @@ django-htmx
|
|||||||
debugpy
|
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
|
||||||
Reference in New Issue
Block a user