mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +01:00
Space above indented text block
This commit is contained in:
parent
6b16ce3e90
commit
9eb71f58e6
@ -32,6 +32,7 @@ If you want to use a different team app or implement your own team based app, yo
|
|||||||
Disabling Teams Functionality
|
Disabling Teams Functionality
|
||||||
-----------------------------
|
-----------------------------
|
||||||
If you do not wish to use team functionality, you can disable teams by setting the following settings:
|
If you do not wish to use team functionality, you can disable teams by setting the following settings:
|
||||||
|
|
||||||
HELPDESK_TEAMS_MODEL='auth.User',
|
HELPDESK_TEAMS_MODEL='auth.User',
|
||||||
HELPDESK_TEAMS_MIGRATION_DEPENDENCIES=[],
|
HELPDESK_TEAMS_MIGRATION_DEPENDENCIES=[],
|
||||||
HELPDESK_KBITEM_TEAM_GETTER=lambda _: None,
|
HELPDESK_KBITEM_TEAM_GETTER=lambda _: None,
|
||||||
|
Loading…
Reference in New Issue
Block a user