mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-17 19:31:18 +02:00
Space above indented text block
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user