[Answer]-Celery cannot import Schedules

1👍

from __future__ import absolute_import

Place this in your celery config

0👍

I was using Django Celery with 1.7 version of Django which doesn’t require Django-Celery anymore. Source at : https://pypi.python.org/pypi/django-celery

👤cp151

Leave a comment