Add meta package selector
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user