Merge pull request 'Logging' (#7) from feature-logging into main

Reviewed-on: kompetenzinventar/ki-backend#7
This commit is contained in:
2021-06-21 21:44:33 +02:00
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