This is a shell for a generic Flask application that can use SQLite3, Flask-Admin, Flask-Migrate, and SQLAlchemy for database management. Authentication uses Flask-Login. Form processing is done with Flask-WTF.
python3 -m venv venv
pip install -r requirements.txt