Contents
Moving away from YNAB, I think. Going to use Flask, SQLite, and SQLAlchemy to build a sync between two apps I use and will use.
No git, no Docker, no OAuth. Keeping it simple — it’s going to be just for my use anyway.
Also going to take it real slow. Like, real slow.
Log
Continuously updated.
2021-10-05
- Be able to connect to both the services via a personal access token and render a Jinja2 template with my name from each service. 🚀
2021-10-06
- Use template inheritance in Jinja. Awfully similar to Django Template Language.
- Handle 4xx errors. Need to read up more on this, still, but not a priority. I imagine 5xx errors would be similar.
20201-10-xx
- TODO.
0