jazzband / django-configurations

A helper for organizing Django project settings by relying on well established programming patterns.
https://django-configurations.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.1k stars 143 forks source link

make DOTENV setting more robust #364

Open P1roks opened 1 year ago

P1roks commented 1 year ago

While adding django-configuratons to a big project that I'm working on I've noticed a few issues with DOTENV implementation and this PR focuses on fixing them, while still allowing for the old way of doing this. They are: