mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Update docs/teams.rst
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
parent
5ea97968e8
commit
af10f472a7
@ -34,7 +34,7 @@ Configuring Teams Functionality
|
|||||||
Teams functionality is enabled by default but can be disabled using this entry in your ``settings.py``::
|
Teams functionality is enabled by default but can be disabled using this entry in your ``settings.py``::
|
||||||
HELPDESK_TEAMS_MODE_ENABLED=False
|
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``use team functionality, you can disable teams by setting the following settings:
|
If you do not disable teams functionality then you must add additional apps into the ``INSTALLED_APPS`` tuple in your ``settings.py``.
|
||||||
The following can be pasted into your settings.py BELOW the INSTALLED_APPS tuple definition::
|
The following can be pasted into your settings.py BELOW the INSTALLED_APPS tuple definition::
|
||||||
INSTALLED_APPS.extend([
|
INSTALLED_APPS.extend([
|
||||||
'account', # Required by pinax-teams
|
'account', # Required by pinax-teams
|
||||||
|
Loading…
Reference in New Issue
Block a user