Define app.py as an entry point
Closed this issue · 0 comments
albertoleoncio commented
The default uwsgi configuration for the uwsgi webservice backend expects to find the uwsgi entry point as the variable
app
loaded from the$HOME/www/python/src/app.py
module. If your application has another entry point, the easiest thing to do is create a$HOME/www/python/src/app.py
module, import your entry point, and expose it asapp
.