From 475146872ed7fdfc64c124c82ce627a4579e285e Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 14 May 2020 17:15:06 +0200 Subject: [PATCH] ZSH: Suppression de FLASK_SKIP_DOTENV --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 35054e7..0edf1d6 100644 --- a/.zshrc +++ b/.zshrc @@ -84,7 +84,7 @@ export SSH_ASKPASS=qt4-ssh-askpass export AUTEUR="Olivier DOSSMANN" export DEFAULT_USER="od" export PYTHONWARNINGS="ignore::DeprecationWarning" -export FLASK_SKIP_DOTENV=1 +#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications export PIPENV_QUIET=1 # enlève les courtesy notice export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils