mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-24 17:04:25 +01:00
Space above indented text block
This commit is contained in:
parent
6b16ce3e90
commit
9eb71f58e6
@ -31,7 +31,8 @@ If you want to use a different team app or implement your own team based app, yo
|
||||
|
||||
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_MIGRATION_DEPENDENCIES=[],
|
||||
HELPDESK_KBITEM_TEAM_GETTER=lambda _: None,
|
||||
|
Loading…
Reference in New Issue
Block a user