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

@@ -48,7 +48,11 @@ Relies heavily on the database. Set that up first.
```bash
$ make python-env
# $ make backend-dev # development
# development:
$ make backend-dev-init # run the first time, to prepare the db, then kill
$ make backend-dev # debug with this one
# production
$ make backend-prod
```