Answers for "python set temporariy environ variable"

1

python set env var

os.environ["MY_ENV"] = "VALUE"
Posted by: Guest on August-30-2021
0

creating environment variable in python

DEBUG = config('DEBUG', cast=bool)
EMAIL_PORT = config('EMAIL_PORT', cast=int)
Posted by: Guest on July-08-2021

Python Answers by Framework

Browse Popular Code Answers by Language