From 0f1935466b12006c4338b4cde98a9db0c982b6c1 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 29 Nov 2020 13:46:37 +1100 Subject: [PATCH] minor fixup --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 06780eb..df2e98a 100644 --- a/README +++ b/README @@ -1,4 +1,10 @@ ### TODO: get all this inside a docker container and use compose to do the whole set (pg, flask, ?) + see this for postgresal: + https://hub.docker.com/_/postgres (has several env vars that should work out) + and probably this: + https://docs.docker.com/compose/gettingstarted/ (for flask and maybe redis) + + # flask -> python web server # sqlalchemy -> provides db-agnostic python objects of db content (and more) # flask-sqlachemy combines/wraps this to provide a db.* set of objects based on the 'app' that flask creates @@ -31,7 +37,7 @@ python3 main.py - show books to buy view / printable -### MATBE: +### MAYBE: when moving a book in a series (which is part of 2 series), do we pop-up offer to move parent/child series orders as well to match (think Thomas Covenant)