django-dotenv icon indicating copy to clipboard operation
django-dotenv copied to clipboard

Add "safe" option which requires .env.example

Open denizdogan opened this issue 6 years ago • 0 comments

Would you be open to the idea of adding a safe=False option to read_dotenv? The way it would work is similar to dotenv-safe for Node.js, i.e. require the existence of .env.example and make sure that each entry from the example contains a value in .env.

denizdogan avatar Aug 30 '19 10:08 denizdogan