Update: Only issues with DB

This commit is contained in:
Yûki VACHOT 2021-12-08 14:39:45 +01:00
parent 22664e3f46
commit 323f36e7dc
5 changed files with 9 additions and 26 deletions

View file

@ -1,4 +1,4 @@
export FLASK_APP=run.py
export FLASK_APP=app.py
export FLASK_ENV=development
export FLASK_DEBUG=1
export PYTHONUNBUFFERED=1