upgrade cripsy forms
This commit is contained in:
+3
-1
@@ -74,6 +74,7 @@ INSTALLED_APPS = [
|
||||
"django_unused_media",
|
||||
"django_htmx",
|
||||
"crispy_forms",
|
||||
"crispy_bootstrap4",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
@@ -299,7 +300,8 @@ EMAIL_USE_SSL = True
|
||||
|
||||
ADMINS = [("Ross","ross@xkjq.uk")]
|
||||
|
||||
CRISPY_TEMPLATE_PACK = 'bootstrap'
|
||||
CRISPY_ALLOWED_TEMPLATE_PACK = 'bootstrap4'
|
||||
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
||||
|
||||
DEBUG_CONTAINER = False
|
||||
|
||||
|
||||
+2
-1
@@ -35,4 +35,5 @@ django-htmx
|
||||
debugpy
|
||||
git+https://github.com/jazzband/django-cookie-consent#django-cookie-consent
|
||||
django-crispy-forms
|
||||
django-ninja
|
||||
django-ninja
|
||||
crispy-bootstrap4
|
||||
Reference in New Issue
Block a user