Currently, we set the criteria for FRB statuses in a `tags.py` module. We should move this to inside the database and therefore construct a `Django` model to hold the information.
Currently, we set the criteria for FRB statuses
in a
tags.pymodule.We should move this to inside the database and
therefore construct a
Djangomodel to holdthe information.