Skip to content Skip to sidebar Skip to footer
Showing posts with the label Config

How Do You Use Python-decouple To Load A .env File Outside The Expected Paths?

I'm forced to keep my .env file in a non-standard path outside the root of my project (in a sep… Read more How Do You Use Python-decouple To Load A .env File Outside The Expected Paths?

Reading Boolean Condition From Config File?

What's the best way to read a condition from a config file in Python using ConfigParser and jso… Read more Reading Boolean Condition From Config File?