Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
Strict separation of config from code.
Override Python dict contents with YAML file and/or environment variables
Loads environment variables from .env
✨ Load Django Settings from Environmental Variables with One Magical Line of Code
simplified environment variable parsing