From 0cf50f29b0bf347bf9120d7334a4e4a493b74d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 19 Feb 2014 23:08:47 +0100 Subject: [PATCH] Adding talky support --- taiga/projects/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taiga/projects/models.py b/taiga/projects/models.py index 0ee51100..aecbffb0 100644 --- a/taiga/projects/models.py +++ b/taiga/projects/models.py @@ -27,6 +27,7 @@ from . import choices VIDEOCONFERENCES_CHOICES = ( ('appear-in', 'AppearIn'), + ('talky', 'Talky'), )