1 2 3 4 5
from config import config, Config from celery import Celery #bootstrap = Bootstrap() celery = Celery(__name__, broker=Config.CELERY_BROKER_URL)