I have a small .py/Flask application that I can run from the command line as a uWSGI or Gunicorn Server.
Flask's site shows an abbreviated way to simply run a Flask app w/ these types of servers, i.e. esp. if I am using my source in a venv.
Do you know how to run a uWSGI server or Gunicorn server under a venv on boot?
I am basically running some simple source to test out servers for Flask applications and Python3.