So I believe both (app or application) should work to start the flask server. When I want to run a uwsgi server I usually run the following (for testing).
uwsgi — http :9000 — module test_api.wsgi:app
So I believe both (app or application) should work to start the flask server. When I want to run a uwsgi server I usually run the following (for testing).
uwsgi — http :9000 — module test_api.wsgi:app