From e6be0a5c1992cb41392f363a8ed100ae753d5bdf Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Thu, 20 Mar 2025 10:44:07 +0100 Subject: [PATCH] added some detail about packaging the app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 383ddc9..82fe622 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,5 @@ This is a Python project to learn working with Flask. To make it useful for my d - [x] Update the (currently broken) lookup of URLs - [ ] Differentiate both the lookup functions (the Host class initialization) and the result HTML/Jinja-pages on host type - [ ] Deploy the app to production (soc.joostagterhoek.nl) which first requires to follow some deployment and app organization tutorials (https://flask.palletsprojects.com/en/stable/tutorial/database/ for example) + - [ ] Follow the example of the working 'packaging-flask-soc-site'-folder ánd incorporate config.py 'from config import config') - [ ] Implement caching across the entire website (now only for AbuseIPDB API requests)