I have a Django app, and need to add a Celery async tasks. I would like to call in the tasks a settings variable from dev.py for example MY_VARIABLE='test'. To simplified the example lets assume that there is my task:I have a Django app, and need to add a Celery a