Answers for "how to add environment variables for python"

3

creating environment variable in python

$ pip install python-decouple
Posted by: Guest on July-21-2020
0

creating environment variable in python

SECRET_KEY=3izb^ryglj(bvrjb2_y1fZvcnbky#358_l6-nn#i8fkug4mmz!
DEBUG=True
DB_NAME=HELLO_DJANGO
DB_USER=U_HELLO
DB_PASSWORD=hA8(scA@!fg3*sc&xaGh&6%-l<._&xCf
DB_HOST=127.0.0.1
Posted by: Guest on July-08-2021

Code answers related to "how to add environment variables for python"

Browse Popular Code Answers by Language