datasette-events-db as an example of track_events()

This commit is contained in:
Simon Willison 2024-02-08 14:14:58 -08:00 committed by GitHub
commit dcd9ea3622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1817,6 +1817,7 @@ This example plugin logs details of all events to standard error:
)
print(msg, file=sys.stderr, flush=True)
Example: `datasette-events-db <https://datasette.io/plugins/datasette-events-db>`_
.. _plugin_hook_register_events: