Improve models.py documentation, small DATABASE_URL check

This commit is contained in:
2024-11-01 18:09:50 -05:00
parent cf7536a39b
commit 01f6d348cd
2 changed files with 26 additions and 6 deletions

View File

@@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Improved documentation in multiple areas
- Improved documentation in multiple files
- `__main__.py`
- `logging.py`
- A `get_db` utility function to retrieve a reference to the database (with type hinting).
- `models.py`
- A `get_db` utility function to retrieve a reference to the database (with type hinting)
- Minor `DATABASE_URL` check in `models.py` to prevent cryptic connection issues
### Fixed