2 Commits

Author SHA1 Message Date
Automated Action
20e3b39596 Fix database migration error by re-exporting Base
- Add Base import to models/base.py to re-export it properly
- Fix issue where models/__init__.py was trying to import Base from models/base.py
- Add noqa comment to suppress unused import warning
- Maintain the same model architecture but with correct imports
2025-05-27 19:04:39 +00:00
Automated Action
90c1cdef34 Setup News Aggregation Service
- Fix code linting issues
- Update README with detailed documentation
- Configure database paths for the current environment
- Create necessary directory structure

The News Aggregation Service is now ready to use with FastAPI and SQLite.
2025-05-27 18:50:11 +00:00