Being a server, uWSGI closes the stdin (effectively it remaps it to /dev/null).
If you need stdin (as when you need a terminal debugger) add:
--honour-stdin
Being a server, uWSGI closes the stdin (effectively it remaps it to /dev/null).
If you need stdin (as when you need a terminal debugger) add:
--honour-stdin