From f15717c592f4bf96f2e04781accffb45dea9cebc Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Fri, 5 Feb 2021 14:18:55 +0100 Subject: [PATCH] dev for Milestone 0.0.14 --- run_web.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/run_web.sh b/run_web.sh index eef92e06..0f8d209e 100755 --- a/run_web.sh +++ b/run_web.sh @@ -1,11 +1,11 @@ #!/usr/bin/env bash . venv/bin/activate -#export FLASK_ENV=development -#export FLASK_APP=covid19python -#pip install -e . -#flask run +export FLASK_ENV=development +export FLASK_APP=covid19 +pip install -e . +flask run -python covid19.__init__ +#python covid19.__init__ -- GitLab