diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 13:22:56 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 13:22:56 +0100 |
commit | 8edc6a41c160ff75e964db45371e4ae63fb68c17 (patch) | |
tree | 6c5d941aa842dc75ae3939d56de1020c13320467 /ctrack/organisations/models.py | |
parent | 2fd651e2cb3a4cd3a31921032af0279d156dd053 (diff) |
a lot of time and effort looking for a bug with selenium that wasnt there
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/models.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ctrack/organisations/models.py b/ctrack/organisations/models.py index 6a1b4ac..00e4db6 100644 --- a/ctrack/organisations/models.py +++ b/ctrack/organisations/models.py @@ -181,3 +181,7 @@ class Stakeholder(models.Model): def __str__(self): return f"{self.person.first_name} {self.person.last_name}" + + +class IncidentReport(models.Model): + pass |