diff --git a/rodan/__init__.py b/rodan/__init__.py index b64e43e83..139620ce9 100644 --- a/rodan/__init__.py +++ b/rodan/__init__.py @@ -3,3 +3,4 @@ # This will make sure the app is always imported when # Django starts so that shared_task will use this app. from .celery import app as celery_app +import rodan.jobs