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