Fix static asset fallback and seed default admin

This commit is contained in:
2025-10-22 19:37:47 -06:00
parent f361c51a5e
commit 7a9feebde5
6 changed files with 167 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ from .connection import (
connection_factory,
connection_scope,
)
from .migrations import apply_all
from .migrations import apply_all, ensure_default_admin
__all__ = [
"SQLiteConnectionFactory",
@@ -18,6 +18,7 @@ __all__ = [
"connection_factory",
"connection_scope",
"apply_all",
"ensure_default_admin",
]
try: # pragma: no cover - optional dependency shim