Skip to content

Commit

Permalink
📝 Taiga 5 Backend config to close #39
Browse files Browse the repository at this point in the history
  • Loading branch information
madmath03 authored May 17, 2021
1 parent 494250b commit 728f774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ Install the PIP package `taiga-contrib-ldap-auth-ext` in your

If needed, change `pip` to `pip3` to use the Python 3 version.

For an even simpler installation, you can use our own Docker image: <https://github.com/Monogramm/docker-taiga>


## Configuration

### taiga-back

Add the following to `settings/local.py`:
Add the following to `settings/local.py` for Taiga <=5.0 or `settings/common.py` for Taiga >5.0:

```python
INSTALLED_APPS += ["taiga_contrib_ldap_auth_ext"]
Expand Down

0 comments on commit 728f774

Please sign in to comment.