Running Django-Celery in Production Running Django-Celery in Production django django

Running Django-Celery in Production


So I ended up having a chat with the project lead on django-celery. Couple of things. First off celery must be run using 'manage.py celeryd'. Secondly, in the settings.py file you have to 'import djcelery'This import issue may be fixed in the next version but for now you have to do this.