Update docs/teams.rst

Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
Christopher Broderick 2023-11-16 09:00:49 +00:00 committed by GitHub
parent 245f4285a4
commit 03d6220d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ Configuring Teams Functionality
Teams functionality is enabled by default but can be disabled using this entry in your ``settings.py``::
HELPDESK_TEAMS_MODE_ENABLED=False
If you do not disable teams functionality then you must add additional apps into the ``INSTALLED_APPS`` tuple in your ``settings.py``.
If you do not disable teams functionality then you must add additional apps into the ``INSTALLED_APPS`` in your ``settings.py``.
The following can be pasted into your settings.py BELOW the INSTALLED_APPS tuple definition::
INSTALLED_APPS.extend([
'account', # Required by pinax-teams