-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
So our only "Python stack" us uwsgi. This is a great sample app stack because it has the web server, the database, etc. but it's a terrible stack for porting apps which probably already have all that assembled. When I package a Flask app with a SQLite database, the uwsgi stack is at best useful for inspiration, but not the stack I want to start with. So I probably need just a lighter Python stack which also sets up the venv and pip but doesn't do a ton more.