mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 01:58:28 +02:00
Rename USE_SERVERSIDE_PROCESSING to HELPDESK_USE_SERVERSIDE_PROCESSING for consistency, correctly include local project override, and add documentation
This commit is contained in:
@ -151,4 +151,5 @@ HELPDESK_ENABLE_PER_QUEUE_STAFF_PERMISSION = getattr(
|
||||
|
||||
|
||||
# Asynchronous Datatables - Optional
|
||||
USE_SERVERSIDE_PROCESSING = True
|
||||
HELPDESK_USE_SERVERSIDE_PROCESSING = getattr(
|
||||
settings, 'HELPDESK_USE_SERVERSIDE_PROCESSING', True)
|
||||
|
Reference in New Issue
Block a user