We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a627e28 commit 671ca54Copy full SHA for 671ca54
project/config/settings/common.py
@@ -65,6 +65,7 @@
65
'ndaparser',
66
'holviapp',
67
'velkoja',
68
+ 'slacksync',
69
)
70
71
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
project/requirements/base.txt
@@ -41,3 +41,4 @@ django-markdown==0.8.4
41
django-settings-export==1.2.1
42
holviapi==0.2.20170129
43
python-dateutil==2.6.0
44
+slacker==0.9.50
0 commit comments