1
0
Fork 0
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:
OniriCorpe 2024-03-11 15:58:43 +01:00
parent a71ccb3890
commit ecd71f1eaa

View file

@ -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