I have a Django project that uses Celery for running asynchronous tasks. I\'m doing my development on a Windows XP machine.
Starting my Django server (python mana
python mana
Apparently this is a problem with running Celery on Windows. Using the --settings argument ala python manage.py celeryd start --settings=settings did the trick.
python manage.py celeryd start --settings=settings