mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 17:47:58 +02:00
Update docs/teams.rst
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
parent
94250cab15
commit
2880f4d5db
@ -35,7 +35,7 @@ Teams functionality is enabled by default but can be disabled using this entry i
|
|||||||
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`` 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::
|
The following can be pasted into your settings.py BELOW the ``INSTALLED_APPS`` definition::
|
||||||
INSTALLED_APPS.extend([
|
INSTALLED_APPS.extend([
|
||||||
'account', # Required by pinax-teams
|
'account', # Required by pinax-teams
|
||||||
'pinax.invitations', # required by pinax-teams
|
'pinax.invitations', # required by pinax-teams
|
||||||
|
Loading…
x
Reference in New Issue
Block a user