Skip to content

Commit 671ca54

Browse files
committed
Add new app to local_apps, add required library
1 parent a627e28 commit 671ca54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

project/config/settings/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
'ndaparser',
6666
'holviapp',
6767
'velkoja',
68+
'slacksync',
6869
)
6970

7071
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps

project/requirements/base.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ django-markdown==0.8.4
4141
django-settings-export==1.2.1
4242
holviapi==0.2.20170129
4343
python-dateutil==2.6.0
44+
slacker==0.9.50

0 commit comments

Comments
 (0)