aboutsummaryrefslogtreecommitdiff
path: root/uploader/request_checks.py
AgeCommit message (Collapse)Author
5 daysHandle 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.