Add meta package selector

This commit is contained in:
rubenwardy
2018-05-27 20:15:35 +01:00
parent 5e4613a6ef
commit 82159d488d
7 changed files with 163 additions and 28 deletions

View File

@@ -33,7 +33,7 @@ the current session:
If you need to, reset the db like so:
python3 setup.py -d
python3 setup.py -t
Then run the server:
@@ -43,6 +43,12 @@ Then view in your web browser: http://localhost:5000/
## How-tos
### Start celery worker
```sh
FLASK_CONFIG=../config.cfg celery -A app.tasks.celery worker
```
### Create migration
```sh