Hi,
I fire up celery in a separate terminal and it works great but it ain't reading my .env file which my django application currently uses.
How do I tell celery where the env file is located and how to use it?
I fire up celery in a separate terminal and it works great but it ain't reading my .env file which my django application currently uses.
How do I tell celery where the env file is located and how to use it?
Comment