Add htmx autocomplete and allow merging of conditions

This commit is contained in:
Ross
2023-11-13 13:23:33 +00:00
parent 366d36ba24
commit 15915ef5c0
8 changed files with 119 additions and 3 deletions
+1
View File
@@ -75,6 +75,7 @@ INSTALLED_APPS = [
"django_htmx",
"crispy_forms",
"crispy_bootstrap4",
"autocomplete"
]
MIDDLEWARE = [