This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 2.5.

celery.loaders.default

celery.loaders.default

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

copyright:
  1. 2009 - 2012 by Ask Solem.
license:

BSD, see LICENSE for more details.

class celery.loaders.default.Loader(app=None, **kwargs)

The loader used by the default app.

find_module(module)
read_configuration()

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

setup_settings(settingsdict)
wanted_module_item(item)

Previous topic

celery.loaders.app

Next topic

celery.loaders.base

This Page