diff options
Diffstat (limited to '')
-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() |