This module helps to set environment variable for your Django application from a [dot]env.py file placed inside the project directory.


Your file should be formatted this way:

DB_NAME = "sector_seven"
DB_USER = "homer_simpson"
DB_PASSWORD = "Close, but you're way off."
