mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 23:41:58 -06:00
Fix static asset fallback and seed default admin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user