[FIX] Fixed Search Output, Legacy API Model Endpoint, Handle ObjectsDoesNotExists in views (#297)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#297
This commit is contained in:
2026-01-15 20:39:54 +13:00
parent 6499a0c659
commit 54f8302104
9 changed files with 111 additions and 103 deletions

View File

@ -50,7 +50,7 @@ INSTALLED_APPS = [
# Custom
"epapi", # API endpoints (v1, etc.)
"epdb",
# "migration",
"migration",
]
TENANT = os.environ.get("TENANT", "public")