mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Store: fix flask command for debug in real-time
This commit is contained in:
parent
c6613749f9
commit
7e2ab3912f
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