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