Fix: Update init_db.py to use correct import paths

- Changed imports to use app.core.database and app.models structure
- Added Base import from app.core.database (not app.models)
- Fixed imports to match actual project structure
- Added comprehensive demo data with 5 users and 12 chores
- Fixes ModuleNotFoundError when running database initialization
This commit is contained in:
2026-01-31 23:00:59 +11:00
parent b351c216b3
commit 0a8489a89c

File diff suppressed because one or more lines are too long