diff --git a/GeoHealthCheck/models.py b/GeoHealthCheck/models.py index f210c2a3..174106ad 100644 --- a/GeoHealthCheck/models.py +++ b/GeoHealthCheck/models.py @@ -494,6 +494,7 @@ def dump_recipients(self): out[c] = self.get_recipients(c) return out + class User(DB.Model): """user accounts"""