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.
Uses celery.discovery.autodiscover() to automatically discover any tasks.py files in the applications listed in INSTALLED_APPS.