#43 | Add max agents setting. Spots left count on /work/<id> and /control/

This commit is contained in:
2021-03-19 23:45:08 -07:00
parent 7e2e6a7ab7
commit 0c2e2d81bc
4 changed files with 10 additions and 3 deletions

View File

@@ -191,6 +191,8 @@ ZENDESK_GROUPS = {
SOLVED_TICKETS_EMAIL = 'd.krikov@ngenix.net'
ZENDESK_MAX_AGENTS = 3
REST_FRAMEWORK = {
# Use Django's standard `django.contrib.auth` permissions,
# or allow read-only access for unauthenticated users.
@@ -200,4 +202,3 @@ REST_FRAMEWORK = {
}
ONE_DAY = 12 # Количество часов в 1 рабочем дне