mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-22 02:21:48 +02:00
Spacing and grammar correction
This commit is contained in:
parent
a2e39d1cb4
commit
6b16ce3e90
@ -7,6 +7,7 @@ If you only have one or two people working on tickets, basic Queue setup is enou
|
||||
|
||||
If you are embedding the helpdesk app into your own apps, it is possible that the pinax-teams app used to support the default team based functionality will interfere with other packages that you already use in your project and you will need to disable it.
|
||||
|
||||
|
||||
How It Works
|
||||
------------
|
||||
Rather than assigning tickets to teams directly, django-helpdesk allows you assign tickets to knowledge-base items and then assign knowledge base items to teams.
|
||||
@ -27,6 +28,7 @@ If youwant to use a different team app or implement your own team based app, you
|
||||
``HELPDESK_TEAMS_MIGRATION_DEPENDENCIES``: set this to an array of migration(s) that are required to have run that will ensure the link that will be added as defined in the HELPDESK_TEAMS_MODEL will be available as a model to Helpdesk
|
||||
``HELPDESK_KBITEM_TEAM_GETTER``: the method that will be called that must return a list of users who belong to a given team
|
||||
|
||||
|
||||
Disabling Teams Functionality
|
||||
-----------------------------
|
||||
If you do not wish to use team functionality, you can disable teams by setting the following settings:
|
||||
|
Loading…
x
Reference in New Issue
Block a user