mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Store: fix flask command for debug in real-time
This commit is contained in:
parent
a71ccb3890
commit
ecd71f1eaa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ And then start the dev server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
FLASK_APP=app.py FLASK_ENV=development flask run
|
FLASK_APP=app.py FLASK_ENV=development flask --debug run
|
||||||
```
|
```
|
||||||
|
|
||||||
## Translation
|
## Translation
|
||||||
|
|
Loading…
Add table
Reference in a new issue