Django - Celery and Background Tasks
You wrote this in celery.py:
Why might this cause an error when running Celery?
app = Celery('proj')
app.config_from_object('django.conf:settings')
app.autodiscover_tasks()Why might this cause an error when running Celery?
