add logging

This commit is contained in:
2021-06-21 17:35:28 +02:00
parent 59de00527d
commit 3dcba71a6d
3 changed files with 14 additions and 3 deletions

View File

@ -21,7 +21,6 @@ rm data/ki.sqlite
cp env.dev .env
pipenv install --dev
pipenv shell
export FLASK_APP=app.py
flask db upgrade
flask seed
flask run