sensors.AFRICA-api
sensors.AFRICA-api copied to clipboard
Bug fix/modules dependencies
Description
This PR fixes the issues involved with setting up a local development environment with or w/o Docker.
Major fixes include:
- Manually include of feinstaub sensor app project tree rather than pip installing it which causes setup issues.
- Feinstaub sensor app is placed in correct directory to resolve migration issues.
- Resolved dependency conflicts by updating modules to newer versions
- Fix accessing api views issues with deprecated callable bool
is_authenticatedon upgraded LTS Django 4.2.1
Fixes issues #130, #131
Type of change
- [x] New feature (non-breaking change which adds functionality)
- [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [x] This change requires a documentation update
Screenshots
Checklist:
- [x] I have performed a self-review of my own code
- [x] I have made corresponding changes to the documentation