Friday, 18th September 2020
TIL
Talking to a PostgreSQL service container from inside a Docker container
— I have a Django application which uses PostgreSQL. I build the Django application into its own Docker container, push that built container to the GitHub package registery and then deploy that container to production.
Weeknotes: datasette-seaborn, fivethirtyeight-polls
This week I released Datasette 0.49 and tinkered with datasette-seaborn, dogsheep-beta and polling data from FiveThirtyEight.
[... 951 words]
Release
dogsheep-beta 0.8
— Build a search index across content from multiple SQLite database tables and run faceted searches against it using Datasette
TIL
Turning on Jinja autoescaping when using Template() directly
— Jinja autoescaping is turned off by default. Coming from Django this frequently catches me out.
