cookiecutter-django icon indicating copy to clipboard operation
cookiecutter-django copied to clipboard

Why .env(s) are only utilized when Docker Compose and/or Heroku support is enabled?

Open tildebox opened this issue 2 years ago • 1 comments

I also need a separation when I'm not working with Docker or Heroku.

How do you do it then with the different .env files?

tildebox avatar Jun 10 '22 12:06 tildebox

You can still use django environ to read_env multiple times I believe

Andrew-Chen-Wang avatar Jun 10 '22 15:06 Andrew-Chen-Wang