We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FLASK_DEBUG=1 FLASK_APP=app.py python -m flask run
gunicorn --chdir app app:app -b 0.0.0.0:8000