django12factor icon indicating copy to clipboard operation
django12factor copied to clipboard

Support for defaults from settings.py

Open rfleschenberg opened this issue 9 years ago • 1 comments

I want developers to be able to run manage.py runserver without having to set any env vars, and just use the values from settings.py.

Right now, I think django12factor requires that either DEBUG or SECRET_KEY are set in the environment. I understand that you want to safeguard against accidentally setting DEBUG to True.

Maybe an additional setting D12F_INSECURE? Or maybe PR #19 already supports my usecase?

rfleschenberg avatar Feb 05 '16 10:02 rfleschenberg

I think django12factor requires that either DEBUG or SECRET_KEY are set in the environment.

I think I consider that a bug. Cheers.

doismellburning avatar Feb 05 '16 18:02 doismellburning