importiere deinen Sellerie und füge deinen Broker so hinzu:
celery = Celery('task', broker='redis://127.0.0.1:6379')
celery.config_from_object(celeryconfig)
Dieser Code gehört in celery.py
importiere deinen Sellerie und füge deinen Broker so hinzu:
celery = Celery('task', broker='redis://127.0.0.1:6379')
celery.config_from_object(celeryconfig)
Dieser Code gehört in celery.py