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

Allow Django settings to be overridden by environment variable #101

Open
adborden opened this issue Mar 17, 2019 · 0 comments
Open

Allow Django settings to be overridden by environment variable #101

adborden opened this issue Mar 17, 2019 · 0 comments

Comments

@adborden
Copy link
Member

As a django operator, I want to specify configuration through environment variables so that I can easily set configuration for my site without having to manage python code in a local settings.py.

e.g. ALLOWED_HOSTS=0.0.0.0 python manage.py runserver 0.0.0.0:$PORT

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

1 participant