This document describes the current stable version of Celery (3.1). For development docs, go here.

celery.loaders.default

celery.loaders.default

The default loader used when no custom app has been initialized.

class celery.loaders.default.Loader(app, **kwargs)[source]

The loader used by the default app.

read_configuration(fail_silently=True)[source]

Read configuration from celeryconfig.py and configure celery and Django so it can be used by regular Python.

setup_settings(settingsdict)[source]