[Fixed]-Celery-django can't find settings

19👍

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.

0👍

sys.path must include ‘C:\development\SpaceCorps’ not ‘C:\development\SpaceCorps\src’,
because he is looking for src.settings, not just settings.

Leave a comment