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."

Checkout the documentation for this project on http//:django-envie.readthedocs.org

===================================================================================
COMING SOON 
===================================================================================
Add support for .env.yml files
