added some detail about packaging the app

This commit is contained in:
Joost Agterhoek 2025-03-20 10:44:07 +01:00
parent d026d6ee29
commit e6be0a5c19

View File

@ -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)