aboutsummaryrefslogtreecommitdiff
path: root/uploader/request_checks.py
AgeCommit message (Collapse)Author
2024-11-22Use gn-libs code for db connection.Frederick Muriuki Muriithi
Use the code in gn-libs to connect to the database, rather than a local module.
2024-09-25Handle common checks in one place.Frederick Muriuki Muriithi
The checks for species and population are (before this commit) repeated over and over in different parts of the code. This commit extracts that common functionality into decorators in a new module.