Plugins

Plugins

Slack

The Slack plugin is installed but not enabled. To enable it, add the following line to /app/data/customlocal.py:
INSTALLED_APPS += ["taiga_contrib_slack"]

Enable the frontend of Slack plugin by editing /app/data/conf.json:
    "contribPlugins": [ "/plugins/slack/slack.json" ]

Then, initialize the database by running the following command in the web terminal:
source /app/code/taiga/bin/activate
cd /app/code/taiga-back
python manage.py migrate taiga_contrib_slack

Be sure to restart the app for the changes to take effect.