Update common.py

This commit is contained in:
Fábio C. Barrionuevo da Luz 2016-11-28 20:12:01 -03:00 committed by GitHub
parent 770abf960d
commit 0919cc438b

View File

@ -16,7 +16,7 @@ ROOT_DIR = environ.Path(__file__) - 3 # ({{ cookiecutter.project_slug }}/config
APPS_DIR = ROOT_DIR.path('{{ cookiecutter.project_slug }}')
env = environ.Env()
env.read_env()
env.read_env(str(ROOT_DIR.path('.env')))
# APP CONFIGURATION
# ------------------------------------------------------------------------------