Using .env files Aug 13, 2016 Enabling the environment variables in a bash script: env $(cat .env.test | xargs) ←Another reason to decouple your code from the models Django, forms, models and DRY→