Configure django-environ (do this after implementing local_settings
from Heroku tutorial)
#27
Labels
enhancement
New feature or request
The math
Read about the usage of environment variables in PaaS and heroku/travis for deployment.
Ref: https://12factor.net/
The task
settings.py
using django-environlocal_settings.py
env.Path
for constructing fs pathes.env
) file.env.example
file listing required env vars with dummy values for the other dev as a quickstartThe text was updated successfully, but these errors were encountered: