forked from kristjan/cjvt-valency
fixed a few bugs; todo: senses
This commit is contained in:
6
Makefile
6
Makefile
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user