Answers for "custom environment variables for running python"

3

creating environment variable in python

$ pip install python-decouple
Posted by: Guest on July-21-2020
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

Code answers related to "custom environment variables for running python"

Browse Popular Code Answers by Language