Flask - Performance Optimization
Which of the following is the correct command to start a Flask app named
app inside a module called myapp using Gunicorn?app inside a module called myapp using Gunicorn?gunicorn module:app, where module is the Python file or package and app is the Flask app object.myapp and the app object is app, the correct command is gunicorn myapp:app.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions