0

I am starting my celery in a separate terminal with command

-A app worker -E --concurrency=5 -l debug -P eventlet

but it can't find .env file. I have this this question which appears similar to mine but still gives me errors. The error I am getting is

decouple.UndefinedValueError()

My directory structure is:

  env/
    scripts/
    app/
       app/
          celery.py
          settings.py
          urls.py
    manage.py
    .env
Nie Selam
  • 1,343
  • 2
  • 24
  • 56

0 Answers0