I\'ve built a Django web application and some Django-Piston services. Using a web interface a user submits some data which is POSTed to a web service and that web service in tur
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.