We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It might be helpful for us to switch to environment variable based settings for the Django app.
Implement django-environ and switch from local_settings.py to using environ, default envvars, and a base env var file.
django-environ
local_settings.py
environ
The text was updated successfully, but these errors were encountered:
Merge pull request #144 from nopslip/QL2_richard_frontend
e996b80
update for friday demo
mbeacom
No branches or pull requests
Description
It might be helpful for us to switch to environment variable based settings for the Django app.
Possible Implementation
Implement
django-environ
and switch fromlocal_settings.py
to usingenviron
, default envvars, and a base env var file.The text was updated successfully, but these errors were encountered: