What is the use of python-dotenv?

From the Github page: Reads the key,value pair from .env and adds them to environment variable. It is great of managing app settings during development and in production using 12-factor principles. Assuming you have created the .env file along-side your settings module. Add the following code to your settings.py .env is a simple text file. … Read more