Celery v1.0.3 (stable) documentation
The Django loader.
This method is called before a task is executed.
Does everything necessary for Django to work in a long-living, multiprocessing environment.
Called when the worker starts.
Automatically discovers any tasks.py files in the applications listed in INSTALLED_APPS.