This commit is contained in:
Philippe Luickx 2017-02-03 04:17:58 +00:00 committed by GitHub
commit 82329bc78d

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(ROOT_DIR('.env'))
# APP CONFIGURATION
# ------------------------------------------------------------------------------