Django - Celery and Background Tasks
You get an error saying
AttributeError: 'function' object has no attribute 'delay' when calling my_task.delay(). What is the most likely problem?