Commit Graph

3 Commits

Author SHA1 Message Date
0a8489a89c 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
2026-01-31 23:00:59 +11:00
5284cce20d Fix default password - use shorter password for bcrypt 2026-01-26 22:26:44 +11:00
9b565d0ff4 Add database initialization script 2026-01-26 21:54:50 +11:00