Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 322 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 322 Bytes

Jinja101

Small flask app

Setup

This repo uses poetry

Install requirements

poetry install

Open shell with venv and run app

poetry shell

Run app (first open shell)

python flask_app.py

Format python document (first open shell)

black flask_app.py