Improve chat experience and begin search implementation

This commit is contained in:
2026-02-15 17:32:26 +00:00
parent d5ede01f18
commit 27aa54a819
21 changed files with 3081 additions and 179 deletions

View File

@@ -96,6 +96,7 @@ MIDDLEWARE = [
]
ROOT_URLCONF = "app.urls"
ASGI_APPLICATION = "app.asgi.application"
TEMPLATES = [
{