Skip to content

Create a Python stack #357

@ocdtrekkie

Description

@ocdtrekkie

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions