Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for defaults from settings.py #44

Open
rfleschenberg opened this issue Feb 5, 2016 · 1 comment
Open

Support for defaults from settings.py #44

rfleschenberg opened this issue Feb 5, 2016 · 1 comment

Comments

@rfleschenberg
Copy link

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?

@doismellburning
Copy link
Owner

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

I think I consider that a bug. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants