Add missing django app

This commit is contained in:
Gabriel Augendre 2022-09-25 21:22:31 +02:00
parent ef7f470477
commit df1881a3a3

View file

@ -90,6 +90,7 @@ INSTALLED_APPS = [
"crispy_bootstrap5",
"django_extensions",
"django_htmx",
"solo",
]
MIDDLEWARE = [