This commit is contained in:
Sebastian Reyes Espinosa 2015-09-28 13:49:01 +00:00
commit 8d1066f935

View File

@ -16,6 +16,7 @@ ROOT_DIR = environ.Path(__file__) - 3 # (/a/b/myfile.py - 3 = /)
APPS_DIR = ROOT_DIR.path('{{ cookiecutter.repo_name }}') APPS_DIR = ROOT_DIR.path('{{ cookiecutter.repo_name }}')
env = environ.Env() env = environ.Env()
environ.Env.read_env()
# APP CONFIGURATION # APP CONFIGURATION
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------