Rename USE_SERVERSIDE_PROCESSING to HELPDESK_USE_SERVERSIDE_PROCESSING for consistency, correctly include local project override, and add documentation

This commit is contained in:
Garret Wassermann
2018-12-21 16:30:43 -05:00
parent b8f585dc03
commit 625a8e85f0
2 changed files with 6 additions and 1 deletions

View File

@ -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)