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
Also needed for deployment.
At least load these in from the env:
SECRET_KEY= ALLOWED_HOSTS=.localhost, .herokuapp.com DEBUG=True DATABASE_URL=
How to manage environment variables in Django with python-decouple - https://www.youtube.com/watch?v=LkyhTqDrSxA
How to handle environment variables in Python -> https://pybit.es/articles/how-to-handle-environment-variables-in-python/
The text was updated successfully, but these errors were encountered:
JGaukrogers
No branches or pull requests
Also needed for deployment.
At least load these in from the env:
How to manage environment variables in Django with python-decouple - https://www.youtube.com/watch?v=LkyhTqDrSxA
How to handle environment variables in Python -> https://pybit.es/articles/how-to-handle-environment-variables-in-python/
The text was updated successfully, but these errors were encountered: