diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-22 16:04:04 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-22 16:04:04 +0100 |
commit | cfaa49c5416cca7473abe0523c767d188ea447ab (patch) | |
tree | 085ef6988de0c47273bd3548e130d6fd55c4453a /ctrack/register/models.py | |
parent | 9a7d578b12ca6f869f7561f11ee0837a12b58a84 (diff) |
getting there but test failing
Diffstat (limited to 'ctrack/register/models.py')
-rw-r--r-- | ctrack/register/models.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctrack/register/models.py b/ctrack/register/models.py index 475de9e..375521d 100644 --- a/ctrack/register/models.py +++ b/ctrack/register/models.py @@ -13,6 +13,9 @@ from ctrack.users.models import User class EventType(Enum): + """ + This is important - throughout the codebase! Do not fuck with me. + """ MEETING = auto() PHONE_CALL = auto() VIDEO_CALL = auto() |