importeer je selderij en voeg je makelaar zo toe:
celery = Celery('task', broker='redis://127.0.0.1:6379')
celery.config_from_object(celeryconfig)
Deze code hoort thuis in celery.py
importeer je selderij en voeg je makelaar zo toe:
celery = Celery('task', broker='redis://127.0.0.1:6379')
celery.config_from_object(celeryconfig)
Deze code hoort thuis in celery.py