sensors.AFRICA-api icon indicating copy to clipboard operation
sensors.AFRICA-api copied to clipboard

Bug fix/modules dependencies

Open gideonmaina opened this issue 2 years ago • 0 comments

Description

This PR fixes the issues involved with setting up a local development environment with or w/o Docker.
Major fixes include:

  1. Manually include of feinstaub sensor app project tree rather than pip installing it which causes setup issues.
  2. Feinstaub sensor app is placed in correct directory to resolve migration issues.
  3. Resolved dependency conflicts by updating modules to newer versions
  4. Fix accessing api views issues with deprecated callable bool is_authenticated on 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

Screenshot 2023-05-25 at 10 20 03 Screenshot 2023-07-05 at 16 21 31

Checklist:

  • [x] I have performed a self-review of my own code
  • [x] I have made corresponding changes to the documentation

gideonmaina avatar Jul 05 '23 13:07 gideonmaina