fixed a few bugs; todo: senses

This commit is contained in:
2019-04-06 19:38:36 +02:00
parent 87b1d010e2
commit e4730c40e1
7 changed files with 40 additions and 17 deletions

View File

@@ -75,8 +75,10 @@ frontend-prod:
## Backend
backend-env: python-env-install
backend-dev-init: python-env-install
cd ./src/backend_flask; python3 app.py \
--config-file ./conf_files/dev_conf_init.yaml \
--dbuser $(DB_USR_USER) --dbpass $(DB_USR_PASS) --dbaddr $(DBADDR)
backend-dev: python-env-install
cd ./src/backend_flask; python3 app.py \