Answer the question
In order to leave comments, you need to log in
What's the alternative for uwsgi command line arguments?
On the command line, the object to be called is specified like this:
uwsgi --http :9000 --wsgi-file app.py <b>--callable app</b>
...
app = falcon.API()
tr = TransactionsClass()
app.add_route('/', tr)
....
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question