The Django loader.
Does everything necessary for Django to work in a long-living, multiprocessing environment.
Called before every task.
Called when the worker starts.
Automatically discovers any tasks.py files in the applications listed in INSTALLED_APPS.
Load configuration from Django settings.
Include tasks for all applications in INSTALLED_APPS.
Given an application name and a module name, tries to find that module in the application.