7 lines
160 B
Python
7 lines
160 B
Python
from orchestra.contrib.settings import Setting
|
|
|
|
|
|
RESOURCES_TASK_BACKEND = Setting('RESOURCES_TASK_BACKEND',
|
|
'orchestra.contrib.resources.utils.cron_sync'
|
|
)
|