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
https://github.com/jpadilla/django-dotenv
Avoid setting environ directly (in either ~/.bashrc or venv/bin/activate).
~/.bashrc
venv/bin/activate
The text was updated successfully, but these errors were encountered:
環境變數要放在.env中,不要放在 ~/.bashrc or venv/bin/activate,所以使用django-dotenv就不用特別為 .env做特別的設定了嗎?
Sorry, something went wrong.
還是要加個幾行程式啦,看專案的 readme 裡有範例。整題來講設定上沒有差很多(只是換個地方寫環境變數),主要是專案切換時方便。
No branches or pull requests
https://github.com/jpadilla/django-dotenv
Avoid setting environ directly (in either
~/.bashrc
orvenv/bin/activate
).The text was updated successfully, but these errors were encountered: