#!/usr/bin/env python from app import init_celery app = init_celery() app.conf.imports = app.conf.imports + ("app.tasks",)