aboutsummaryrefslogtreecommitdiff
path: root/uploader/request_checks.py
AgeCommit message (Expand)Author
2024-11-22Use gn-libs code for db connection....Use the code in gn-libs to connect to the database, rather than a local module. Frederick Muriuki Muriithi
2024-09-25Handle common checks in one place....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. Frederick Muriuki Muriithi