From 32d9eaca2a8b1b2c302da0a02e5d7935590601a1 Mon Sep 17 00:00:00 2001 From: josiah Date: Thu, 29 Apr 2021 18:28:34 -0500 Subject: [PATCH] Update goals --- readme.org | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.org b/readme.org index 78f4ac6..74310d6 100644 --- a/readme.org +++ b/readme.org @@ -9,6 +9,7 @@ Listen for http posts on two routes, ** roadmap - [X] listen for posts on a specific url - [X] save data extracted from body of post to sqlite +- [X] actually get the tox/make/linting shit to work - [ ] Write directory handling stuff for new db create - [ ] Make sure logging is working as expected; i think i've done something wrong with naming with caps. - [ ] Migrate away from flask's dev server and use a real WSGI server per the in-app warning