Taiga
- 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…
- Asana
To import projects from Asana: 1. Create an Asana Connect client and secret. The redirect URL must be set to https://taiga.example.com/project/new/import/asana 2. Edit…
- Importing a project
An existing project's json can be imported into Taiga as follows: Connect to taiga using the Web terminal Upload the project.json using the 'Upload to /tmp' button su…
- Disabling external registration
To disable external registration, edit the following files using File manager. PUBLIC_REGISTER_ENABLED = False (in /app/data/customlocal.py) "publicRegisterEnabled"…
- Custom configuration
Taiga customizations are placed in two files: - conf.json - This contains UI settings. This file is located at /app/data/conf.json. - local.py - This contains backend…
- How to order Taiga?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Taiga 4. Select service Region This is the datacenter location where your App will be…
