Add slack contrib

This commit is contained in:
Yamila Moreno 2020-09-17 18:25:13 +02:00
parent 5e26b49ad0
commit b7d385d159

View File

@ -37,3 +37,11 @@ DATABASES = {
'PORT': '5432',
}
}
#########################################
## CONTRIBS
#########################################
INSTALLED_APPS += [
"taiga_contrib_slack"
]