django-orchestra-test/orchestra/contrib/resources/settings.py

7 lines
160 B
Python

from orchestra.contrib.settings import Setting
RESOURCES_TASK_BACKEND = Setting('RESOURCES_TASK_BACKEND',
'orchestra.contrib.resources.utils.cron_sync'
)