summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sublab_project/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sublab_project/settings.py b/sublab_project/settings.py
index 7138e93..10928cb 100644
--- a/sublab_project/settings.py
+++ b/sublab_project/settings.py
@@ -197,6 +197,8 @@ djcelery.setup_loader()
BROKER_URL = 'redis://localhost:6379/0'
+CELERYBEAT_SCHEDULER = 'djcelery.schedulers.DatabaseScheduler'
+
CALENDARIUM_IMPORT_URL = 'https://sublab.org:5232/calendars/events'
try: