Simon Willison’s Weblog

Subscribe

Monday, 15th March 2021

Release django-sql-dashboard 0.2a0 — Django app for building dashboards using raw SQL queries

sqlite-spellfix (via) I really like this pattern: “pip install sqlite-spellfix” gets you a Python module which includes a compiled (on your system when pip install ran) copy of the SQLite spellfix1 module, plus a utility variable containing its path so you can easily load it into a SQLite connection.

# 2:52 am / python, sqlite

sqlite-uuid (via) Another Python package that wraps a SQLite module written in C: this one provides access to UUID functions as SQLite functions.

# 2:55 am / python, sqlite, uuid

Release django-sql-dashboard 0.2a1 — Django app for building dashboards using raw SQL queries
Release django-sql-dashboard 0.2a2 — Django app for building dashboards using raw SQL queries
Release django-sql-dashboard 0.3a0 — Django app for building dashboards using raw SQL queries

VIAL is now live, plus django-sql-dashboard

Our new Django backend has now officially graduated from preview mode! We’ve been running it to collect caller reports for Oregon for over a week now, and today we finally turned off the old Heroku app and promoted https://vial.calltheshots.us/ to be the place that our caller app writes to.

[... 672 words]

Sunday, 14th March 2021
Tuesday, 16th March 2021