Scaffold Next.js + FastAPI + Postgres tasks board (no auth)
This commit is contained in:
2
backend/app/models/__init__.py
Normal file
2
backend/app/models/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# Import models here so Alembic can discover them
|
||||
from .task import Task # noqa: F401
|
||||
Reference in New Issue
Block a user