Tips - django-environ
django-environ.readthedocs.io › en › latestMultiple env files ¶ There is an ability point to the .env file location using an environment variable. This feature may be convenient in a production systems with a different .env file location. The following example demonstrates the above: # /etc/environment file contents DEBUG= False # .env file contents DEBUG= True
django-environ - Read the Docs
https://django-environ.readthedocs.io/en/latestUsing django-environ you can stop to make a lot of unversioned settings_*.py to configure your app. See cookiecutter-django for a concrete example on using with a django project. Feature Support. Fast and easy multi environment for deploy. Fill os.environ with .env file variables. Variables casting. Url variables exploded to django specific ...