[Solved]-Running Django-Celery in Production

8👍

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.

Leave a comment